From 881f1976f5917808a9f0ce3f7d48f1223fd10fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20=C5=9Aliwi=C5=84ski?= Date: Mon, 2 Jun 2025 21:05:07 +0200 Subject: [PATCH] Add Python 3.13 to tests and classifiers --- pyproject.toml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 019ea01..e44e27f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,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 :: Software Development :: Quality Assurance", diff --git a/tox.ini b/tox.ini index 032f74a..77144a6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{3.8, 3.9, 3.10, 3.11, 3.12, py3.10}, linting +envlist = py{3.8, 3.9, 3.10, 3.11, 3.12, 3.13, py3.10}, linting isolated_build = True [testenv]