Skip to content

Commit d320437

Browse files
authored
Include Python 3.13 in github actions (#554)
* Include Python 3.13 in github actions list * Include version in supported versions list
1 parent 5b2dadd commit d320437

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
strategy:
1515
matrix:
16-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.2"]
1717

1818
steps:
1919
# Checkout the repo.

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
'Programming Language :: Python :: 3.10',
6868
'Programming Language :: Python :: 3.11',
6969
'Programming Language :: Python :: 3.12',
70+
'Programming Language :: Python :: 3.13',
7071

7172
'Operating System :: OS Independent',
7273
'Operating System :: POSIX',

0 commit comments

Comments
 (0)