From 1a7136b6dfc6d4e9a6b8b67ce75f8a6298347341 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Fri, 29 Nov 2024 19:07:54 +0100 Subject: [PATCH] provide py 3.1.3 in CI --- .github/workflows/ci.yaml | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 71a1e7f..d74529e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} diff --git a/tox.ini b/tox.ini index b23d727..c7f038f 100644 --- a/tox.ini +++ b/tox.ini @@ -17,8 +17,8 @@ envlist = python = 3.10: py310, mypy 3.11: py311 - 3.12: py313 - 3.13: py312, mypy, lint + 3.12: py312 + 3.13: py313, mypy, lint [testenv] use_develop = true