From bc1ed92076abcd585c35c81785eb0603cfbc1c5c Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Sun, 12 Oct 2025 15:50:19 +0100 Subject: [PATCH 1/2] Add py314 to CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1245f63..1297717 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: 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@v5 From 8efbff18fa425cf568ab01c1ecaf811e440d995a Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Sun, 12 Oct 2025 19:42:06 +0100 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3d2a939..57511f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] readme = {file = "README.md", content-type = "text/markdown"} requires-python = ">=3.9"