From b83625b59cfa10809cc716d2aa6f85e4e6e211e5 Mon Sep 17 00:00:00 2001 From: Kevin Lenzo Date: Wed, 11 Dec 2024 10:30:15 -0500 Subject: [PATCH] Add references to python 3.13 --- pyproject.toml | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 66334fb0a..62ad24dc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Topic :: Multimedia :: Sound/Audio :: Speech", diff --git a/tox.ini b/tox.ini index 08ce4b633..b25b47c96 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,7 @@ commands = [gh] python = + 3.13 = py313 3.12 = py312 3.11 = py311 3.10 = py310