Skip to content

Commit 5bc9504

Browse files
Add support for Python 3.13
1 parent 88da5ef commit 5bc9504

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1515
include:
1616
- experimental: false
1717
continue-on-error: ${{ matrix.experimental }}

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"Programming Language :: Python :: 3.10",
4242
"Programming Language :: Python :: 3.11",
4343
"Programming Language :: Python :: 3.12",
44+
"Programming Language :: Python :: 3.13",
4445
"Programming Language :: Python :: 3 :: Only",
4546
]
4647
)

0 commit comments

Comments
 (0)