Skip to content

Commit 0d1205e

Browse files
committed
Add 3.13 to CI and trove classifiers.
1 parent ca93af6 commit 0d1205e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
os: [ubuntu-latest, macos-12, macos-latest, windows-latest]
36-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9']
36+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9']
3737
exclude:
3838
# macos-latest does not have Python 3.7
3939
- os: macos-latest

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ classifiers =
3838
Programming Language :: Python :: 3.10
3939
Programming Language :: Python :: 3.11
4040
Programming Language :: Python :: 3.12
41+
Programming Language :: Python :: 3.13
4142
Operating System :: OS Independent
4243
Topic :: Software Development :: Libraries :: Python Modules"
4344
project_urls =

0 commit comments

Comments
 (0)