Skip to content

Commit

Permalink
Support Python 3.11 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Sep 5, 2024
1 parent 256a7a8 commit ee01c3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- os: ubuntu-latest
python-version: "3.9"
tasks: tests
- os: ubuntu-latest
python-version: "3.11"
tasks: tests
- os: ubuntu-latest
python-version: "3.10"
tasks: docs
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classifiers = [
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Scientific/Engineering',
]
dependencies = [
Expand Down

0 comments on commit ee01c3f

Please sign in to comment.