From 7a54ee9ccfdc6f271e7f2e6f4e889c05b73b7a98 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 26 Oct 2024 08:15:01 +0200 Subject: [PATCH] Add 3.13 --- pyproject.toml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7823b3..dabd973 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Security :: Cryptography", diff --git a/tox.ini b/tox.ini index f3015ba..429c151 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ env_list = lint, mypy-{api,pkg}, docs, - py3{8,9,10,11,12}{,-pyopenssl}{,-oldest}{,-idna}, + py3{8,9,10,11,12,13}{,-pyopenssl}{,-oldest}{,-idna}, coverage-report