From 5ff29a0288470161890f5a995a98f79ebef3fac7 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Fri, 10 Oct 2025 14:04:42 +0200 Subject: [PATCH 1/2] add tests for Python 3.14 --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 01a4db9a9f..7838743c26 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] - python-version: [ "3.13" ] + python-version: [ "3.14" ] include: - os: macos-latest python-version: "3.8" @@ -32,6 +32,8 @@ jobs: python-version: "3.11" - os: windows-latest python-version: "3.12" + - os: ubuntu-latest + python-version: "3.13" fail-fast: false runs-on: ${{ matrix.os }} steps: From 0084c98fa420262669a90324d649339a30c7a4b1 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Fri, 10 Oct 2025 14:05:08 +0200 Subject: [PATCH 2/2] add classifier --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2ab7fd5255..ee3c8f0d0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "License :: OSI Approved :: MIT License", ] dependencies = [