From bc865e7fa8ca6cc0698258a2470783384905b907 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 3 Sep 2025 09:37:03 +0100 Subject: [PATCH 1/2] :zap: Add Python 3.14 as a tested/supported Python version --- .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 f64a7c4..5e6b37a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,6 +6,7 @@ - Migrated from `rye` to `uv` for development management. ([#42](https://github.com/davep/oshit/pull/42)) +- Added Python 3.14 as a tested/supported Python version. ## v1.0.0 diff --git a/pyproject.toml b/pyproject.toml index da35884..cd36834 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Internet", "Topic :: Terminals", "Typing :: Typed", From 7dc9cdce856aba0e887a4134b6f09bd41a02ed5d Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 3 Sep 2025 10:06:48 +0100 Subject: [PATCH 2/2] :books: Link the ChangeLog to the PR --- ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.md b/ChangeLog.md index 5e6b37a..514d59c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,6 +7,7 @@ - Migrated from `rye` to `uv` for development management. ([#42](https://github.com/davep/oshit/pull/42)) - Added Python 3.14 as a tested/supported Python version. + ([#43](https://github.com/davep/oshit/pull/43)) ## v1.0.0