Skip to content

Commit

Permalink
Merge pull request #336 from mdekstrand/tweak/py311
Browse files Browse the repository at this point in the history
Support Python 3.11
  • Loading branch information
mdekstrand committed Oct 6, 2023
2 parents fa7e001 + f769c96 commit c6299fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
# - "3.11"
- "3.11"
platform:
- windows
- ubuntu
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
# "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
]
Expand Down

0 comments on commit c6299fa

Please sign in to comment.