Skip to content

Commit cd36e91

Browse files
committed
add python 3.13 to CI
Fixes #194
1 parent 844b418 commit cd36e91

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
# latest pylint/astroid doesn't support 3.7
16-
# python3.7 is covered in build_and_test_old_deps
17-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
15+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1816

1917
steps:
2018
- uses: actions/checkout@v3
@@ -74,7 +72,7 @@ jobs:
7472
strategy:
7573
matrix:
7674
os: [ubuntu-latest]
77-
python-version: ['3.13-dev']
75+
python-version: ['3.14-dev']
7876
steps:
7977
- uses: actions/checkout@v3
8078
- name: Setup Python

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
'Programming Language :: Python :: 3.10',
3434
'Programming Language :: Python :: 3.11',
3535
'Programming Language :: Python :: 3.12',
36+
'Programming Language :: Python :: 3.13',
3637
'Programming Language :: Python :: Implementation :: CPython',
3738
'Programming Language :: Python :: Implementation :: PyPy',
3839
'Typing :: Typed',

0 commit comments

Comments
 (0)