Skip to content

Commit

Permalink
build on 3.12.0rc1 (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter authored Aug 11, 2023
1 parent c6ad78b commit 3aa4ddc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8","3.9","3.10","3.11"]
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12.0-rc.1"
exclude:
- os: windows-latest
python-version: "3.11"
Expand Down

0 comments on commit 3aa4ddc

Please sign in to comment.