From 3be9b5f33907c5bbb74555282cc0d8413c68f467 Mon Sep 17 00:00:00 2001 From: schperplata Date: Sat, 30 Nov 2024 18:35:32 +0100 Subject: [PATCH] Add py312 and py313 to github/tox test config --- .github/workflows/build_ci.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_ci.yml b/.github/workflows/build_ci.yml index dd6f5635..b2efeb92 100644 --- a/.github/workflows/build_ci.yml +++ b/.github/workflows/build_ci.yml @@ -6,7 +6,7 @@ jobs: pytests: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] fail-fast: false runs-on: ubuntu-latest steps: diff --git a/tox.ini b/tox.ini index f60dade7..4cbf0d28 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38, py39, py310, py311, analysis +envlist = py38, py39, py310, py311, py312, py313, analysis [testenv] deps =