From 091774ef14d437934d9aa05697c273e6e9c16a54 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sun, 31 Aug 2025 10:00:59 +0100 Subject: [PATCH 1/2] :green_heart: Add Python 3.14 as a tested/supported Python --- .github/workflows/code-checks.yaml | 2 +- ChangeLog.md | 1 + pyproject.toml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code-checks.yaml b/.github/workflows/code-checks.yaml index af19ecc..d914172 100644 --- a/.github/workflows/code-checks.yaml +++ b/.github/workflows/code-checks.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: diff --git a/ChangeLog.md b/ChangeLog.md index 9fa6632..e9614ad 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,6 +6,7 @@ - Migrated from `rye` to `uv` for development management. ([#25](https://github.com/davep/complexitty/pull/25)) +- Added Python 3.14 as a tested/supported Python version. ## v0.3.0 diff --git a/pyproject.toml b/pyproject.toml index 9964802..493c254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Terminals", "Typing :: Typed", ] From 2e16f3d49b25122dc7ca223359e877744d14d8ab Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sun, 31 Aug 2025 10:04:16 +0100 Subject: [PATCH 2/2] :books: Update the ChangeLog --- ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.md b/ChangeLog.md index e9614ad..9a13a8f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,6 +7,7 @@ - Migrated from `rye` to `uv` for development management. ([#25](https://github.com/davep/complexitty/pull/25)) - Added Python 3.14 as a tested/supported Python version. + ([#27](https://github.com/davep/complexitty/pull/27)) ## v0.3.0