Skip to content

Commit

Permalink
add formal support for python 3.13 (#681)
Browse files Browse the repository at this point in the history
* add formal support for python 3.13

* use 3.13-dev on travis
  • Loading branch information
mmckerns authored Sep 23, 2024
1 parent 735ac66 commit 6646459
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ matrix:
- python: 'pypy3.8-7.3.9' # at 7.3.11
env:

- python: 'pypy3.9-7.3.9' # at 7.3.15
- python: 'pypy3.9-7.3.9' # at 7.3.16
env:

- python: 'pypy3.10-7.3.15'
- python: 'pypy3.10-7.3.17'
env:

allow_failures:
- python: '3.13-dev'
- python: 'pypy3.10-7.3.15' # CI missing
- python: 'pypy3.10-7.3.17' # CI missing
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 @@ -67,6 +67,7 @@
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Scientific/Engineering',
Expand Down

0 comments on commit 6646459

Please sign in to comment.