Skip to content

Commit 10d929e

Browse files
committedJan 8, 2025
Add Python 3.13
1 parent 11cebba commit 10d929e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
strategy:
8686
fail-fast: false
8787
matrix:
88-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", 3.11, 3.12]
88+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", 3.11, 3.12, 3.13]
8989

9090
steps:
9191
- uses: actions/checkout@v4

‎setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"Programming Language :: Python :: 3.10",
7070
"Programming Language :: Python :: 3.11",
7171
"Programming Language :: Python :: 3.12",
72+
"Programming Language :: Python :: 3.13",
7273
]
7374

7475
version_txt = os.path.join(here, 'supervisor/version.txt')

‎tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
cover,cover3,docs,py27,py34,py35,py36,py37,py38,py39,py310,py311,py312
3+
cover,cover3,docs,py27,py34,py35,py36,py37,py38,py39,py310,py311,py312,py313
44

55
[testenv]
66
deps =

0 commit comments

Comments
 (0)