From ba8067fc526d768ccebf132e4d3ae4f2667361aa Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 7 Dec 2024 11:05:45 +0200 Subject: [PATCH] Test Python 3.14 --- .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 87ac5396..aed37655 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4 diff --git a/tox.ini b/tox.ini index 46b348b9..eff2debf 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{313, 312, 311, 310, 39} +envlist = py{314, 313, 312, 311, 310, 39} toxworkdir={env:TOX_WORK_DIR:.tox} [testenv]