From 1226256f2f8272a2224c53426add87edc972ce81 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 20 Aug 2024 10:27:52 -0400 Subject: [PATCH] add python 3.13 to CI --- .github/workflows/ci.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ddfd4c..160ebe4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: - linux: py310-xdist - linux: py311-xdist + - linux: py313-xdist - macos: py312-xdist - windows: py312-xdist - linux: py312-xdist-cov diff --git a/tox.ini b/tox.ini index 6004f75..3ddc469 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] env_list = check-{style,security} - py{39,310,311,312}{,-xdist}{,-devdeps,-cov} + py{39,310,311,312,313}{,-xdist}{,-devdeps,-cov} # tox environments are constructed with so-called 'factors' (or terms) # separated by hyphens, e.g. test-devdeps-cov. Lines below starting with factor: