From 10d929e428099c97aa3237f7d30decf30aa2d184 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Wed, 8 Jan 2025 10:50:19 -0800 Subject: [PATCH] Add Python 3.13 --- .github/workflows/main.yml | 2 +- setup.py | 1 + tox.ini | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 508a81def..16e4e3e86 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -85,7 +85,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.6, 3.7, 3.8, 3.9, "3.10", 3.11, 3.12] + python-version: [3.6, 3.7, 3.8, 3.9, "3.10", 3.11, 3.12, 3.13] steps: - uses: actions/checkout@v4 diff --git a/setup.py b/setup.py index 380dfa960..4fc9c2e4e 100644 --- a/setup.py +++ b/setup.py @@ -69,6 +69,7 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] version_txt = os.path.join(here, 'supervisor/version.txt') diff --git a/tox.ini b/tox.ini index 9b3cb232f..387ee2183 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - cover,cover3,docs,py27,py34,py35,py36,py37,py38,py39,py310,py311,py312 + cover,cover3,docs,py27,py34,py35,py36,py37,py38,py39,py310,py311,py312,py313 [testenv] deps =