From e98795c969ae6d05eb6a7f5c6cc9caf251390976 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Fri, 7 Nov 2025 14:34:49 +0100 Subject: [PATCH 1/2] Support Python 3.14 --- .github/workflows/test.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 774ed08..248e402 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] - python-version: [ '3.10', '3.11', '3.12', '3.13' ] + python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14' ] steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index eb8aec1..bae6001 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ classifiers = [ 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', + 'Programming Language :: Python :: 3.14', 'Topic :: Scientific/Engineering', ] requires-python = '>=3.10' From 45f327567dc917484f214a9b87456c8be6641526 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Tue, 6 Jan 2026 15:06:29 +0100 Subject: [PATCH 2/2] github pr rerun checks