From e14358cbc3698e4639d3f81990f8f5bad18db66f Mon Sep 17 00:00:00 2001 From: Martin Curlej Date: Tue, 11 Mar 2025 13:10:30 +0100 Subject: [PATCH 1/2] Fixed lintner issues, added python 3.13 env to tox Signed-off-by: Martin Curlej --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 793eec3..be57e25 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{311,312},type,lint +envlist = py{311,312,313},type,lint [testenv] extras = test From 3ec8ad22918c9dfeaa6c4c557be91ec50407c972 Mon Sep 17 00:00:00 2001 From: Martin Curlej Date: Sat, 7 Jun 2025 15:00:00 +0200 Subject: [PATCH 2/2] Add python3.13 to GitHub CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b32028f..797cc4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: tox_env: ${{ matrix.tox_env }} strategy: matrix: - tox_env: [py311, py312, type, lint] + tox_env: [py311, py312, py313, type, lint] # Use GitHub's Linux Docker host runs-on: ubuntu-latest