Skip to content

Commit a56db15

Browse files
committed
Support Python 3.11, 3.12 and 3.13
1 parent 28dd52c commit a56db15

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
platform: [ubuntu-latest, macos-latest, windows-latest]
37-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.10"]
37+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.10"]
3838
runs-on: ${{ matrix.platform }}
3939

4040
steps:

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ classifiers = [
1818
"Programming Language :: Python :: 3.8",
1919
"Programming Language :: Python :: 3.9",
2020
"Programming Language :: Python :: 3.10",
21+
"Programming Language :: Python :: 3.11",
22+
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
2124
"Programming Language :: Python :: Implementation :: CPython",
2225
"Topic :: Software Development :: Libraries :: Python Modules",
2326
]

0 commit comments

Comments
 (0)