Skip to content

Commit

Permalink
Update versioneer to enable Python 3.12 (#354)
Browse files Browse the repository at this point in the history
* fix #352
* update versioneer to latest version
* re-enable Python 3.12 in CI test matrix

---------

Co-authored-by: Oliver Beckstein <[email protected]>
  • Loading branch information
xiki-tempula and orbeckst authored Apr 1, 2024
1 parent 160a012 commit 3cf7c25
Show file tree
Hide file tree
Showing 3 changed files with 1,045 additions and 426 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macOS-latest", "windows-latest"]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
# Only test lowest and highest version on the expensive/slow
# macOS and windows runners (UPDATE when supported versions change):
exclude:
- os: macOS-latest
python-version: 3.10
- os: macOS-latest
python-version: 3.11
python-version: 3.11
- os: windows-latest
python-version: 3.10
- os: windows-latest
Expand Down
Loading

0 comments on commit 3cf7c25

Please sign in to comment.