Skip to content

Commit 7747af3

Browse files
Support Python 3.11, 3.12 and 3.13 (#733)
Co-authored-by: Dag Brattli <[email protected]>
1 parent ed9175e commit 7747af3

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.9", "3.10", "3.11", "3.12", "pypy-3.10"]
37+
python-version: ["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
@@ -17,6 +17,9 @@ classifiers = [
1717
"Programming Language :: Python :: 3",
1818
"Programming Language :: Python :: 3.9",
1919
"Programming Language :: Python :: 3.10",
20+
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
2023
"Programming Language :: Python :: Implementation :: CPython",
2124
"Topic :: Software Development :: Libraries :: Python Modules",
2225
]

0 commit comments

Comments
 (0)