From 7beb1eca6121df412d605b810485f43db5801cee Mon Sep 17 00:00:00 2001 From: Michal Klein <46717574+michalk8@users.noreply.github.com> Date: Tue, 3 Dec 2024 01:28:30 +0100 Subject: [PATCH] Add 3.13 runner --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c19ff96..7680eac9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Visualization", @@ -239,7 +240,7 @@ legacy_tox_ini = """ # TODO(michalk8): upgrade to `tox>=4.0` once `tox-conda` supports it requires = tox-conda isolated_build = true -envlist = lint-code,py{3.9,3.10,3.11,3.12}-{slepc,noslepc} +envlist = lint-code,py{3.9,3.10,3.11,3.12,3.13}-{slepc,noslepc} skip_missing_interpreters = true [testenv]