Skip to content

Commit

Permalink
formal support for python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Oct 5, 2021
1 parent 91fd9a2 commit 71ad7d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ matrix:
allow_failures:
- python: '2.7'
- python: 'pypy'
- python: '3.10-dev'
- python: 'nightly'
fast_finish: true

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ def write_info_py(filename='pathos/info.py'):
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Scientific/Engineering',
'Topic :: Software Development'],
Expand Down

0 comments on commit 71ad7d5

Please sign in to comment.