Skip to content

Commit

Permalink
formally support python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Oct 25, 2022
1 parent 51cd7ec commit a091731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ matrix:
- MULTIPROCESS="true"

allow_failures:
- python: '3.11-dev'
- python:
fast_finish: true

cache:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Scientific/Engineering',
Expand Down

0 comments on commit a091731

Please sign in to comment.