Skip to content

Commit

Permalink
Merge pull request #97 from EliahKagan/312stable
Browse files Browse the repository at this point in the history
No longer treat 3.12 as experimental on CI
  • Loading branch information
Byron committed Oct 3, 2023
2 parents a898bef + 00bbc44 commit 256d341
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

name: Python package

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request, workflow_dispatch]

jobs:
build:
Expand All @@ -17,9 +13,7 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- experimental: false
- python-version: "3.12"
experimental: true
- experimental: false
continue-on-error: ${{ matrix.experimental }}

steps:
Expand Down

0 comments on commit 256d341

Please sign in to comment.