From 76677cf45a8bbc674c4c672658ac4d9ecb5db79e Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 4 Aug 2024 21:42:46 +0300 Subject: [PATCH 1/2] Test Python 3.13 --- .github/workflows/ci.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee30a2b6..dad83e47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.11", "3.12"] + python-version: ["3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 diff --git a/tox.ini b/tox.ini index dcbd59e7..994319c5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{312, 311} +envlist = py{313, 312, 311} toxworkdir = {env:TOX_WORK_DIR:.tox} [testenv] From 492ae1efaf87d0e6dc14fbe2b94606aaf257ae5c Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 8 Aug 2024 18:20:12 +0300 Subject: [PATCH 2/2] Update .github/workflows/ci.yml Co-authored-by: Ezio Melotti --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dad83e47..c33e62d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: strategy: fail-fast: false matrix: + # remember to update the envlist in tox.ini too python-version: ["3.11", "3.12", "3.13"] steps: