Skip to content

Commit

Permalink
Merge pull request #22 from mkmkme/mkmkme/python313
Browse files Browse the repository at this point in the history
Add support for Python 3.13 and pypy-3.10
  • Loading branch information
mkmkme authored Oct 29, 2024
2 parents 1314133 + 2f701fe commit 21eb43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
max-parallel: 15
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8', 'pypy-3.9']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
fail-fast: false
env:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def get_libraries():
'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',
'Topic :: Software Development',
],
Expand Down

0 comments on commit 21eb43f

Please sign in to comment.