From 28d851f31f8c5230a1023986628eb882c0939235 Mon Sep 17 00:00:00 2001 From: schperplata Date: Tue, 3 Sep 2024 21:18:49 +0200 Subject: [PATCH] Add py3.12 to Github actions and tox 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..737e9f26 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"] fail-fast: false runs-on: ubuntu-latest steps: diff --git a/tox.ini b/tox.ini index f60dade7..1f6ac2cd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38, py39, py310, py311, analysis +envlist = py38, py39, py310, py311, py312, analysis [testenv] deps =