Skip to content

Commit

Permalink
Merge pull request #38 from DerWeh/python312
Browse files Browse the repository at this point in the history
BLD: explicitly enable support up to Python 3.12
  • Loading branch information
DerWeh authored Apr 27, 2024
2 parents 5b46873 + a20ec49 commit 354f390
Show file tree
Hide file tree
Showing 6 changed files with 1,058 additions and 431 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.7", "3.10"] # check oldest and latest supported version
python-version: ["3.7", "3.12"] # check oldest and latest supported version
other-os: [false]
include: # checking one version in the middle is enough
- os: windows-latest
Expand Down
Loading

0 comments on commit 354f390

Please # to comment.