Skip to content

Commit cb013ee

Browse files
Jan RemesSkypLabs
authored andcommitted
Add support for Python 3.12 and 3.13
Signed-off-by: Jan Remes <jan.remes@mycroftmind.com>
1 parent fc4a841 commit cb013ee

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu-latest, macos-latest, windows-latest]
34-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
34+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
3535

3636
steps:
3737
- name: Check out code

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ classifiers =
2525
Programming Language :: Python :: 3.9
2626
Programming Language :: Python :: 3.10
2727
Programming Language :: Python :: 3.11
28+
Programming Language :: Python :: 3.12
29+
Programming Language :: Python :: 3.13
2830
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
2931

3032
[options]

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ envlist =
1414
py39
1515
py310
1616
py311
17+
py312
18+
py313
1719
lint
1820

1921
[testenv]

0 commit comments

Comments
 (0)