From 0682707a53c9e0dc98546d0355f39a5271a5a6b9 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Fri, 22 Aug 2025 10:24:17 +0100 Subject: [PATCH 1/2] :card_index: Add Python 3.14 as a tested/supported Python --- .github/workflows/style-lint-and-test.yaml | 2 +- ChangeLog.md | 1 + pyproject.toml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/style-lint-and-test.yaml b/.github/workflows/style-lint-and-test.yaml index 4ab67b9..b57ed38 100644 --- a/.github/workflows/style-lint-and-test.yaml +++ b/.github/workflows/style-lint-and-test.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.12", "3.13"] + python-version: ["3.12", "3.13", "3.14"] steps: diff --git a/ChangeLog.md b/ChangeLog.md index 8d247f6..cd5439c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,6 +5,7 @@ **Released: WiP** - Migrated from `rye` to `uv` for development management. +- Added Python 3.14 as a tested/supported Python version. ## v0.9.0 diff --git a/pyproject.toml b/pyproject.toml index 12dfde5..73f4cac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ classifiers = [ "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Internet", "Topic :: Terminals", "Topic :: Utilities", From 0898fabec31acaf24c77dc18ea4bd7e4b5f8df8a Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Fri, 22 Aug 2025 10:26:23 +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 cd5439c..fffcc0c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,6 +6,7 @@ - Migrated from `rye` to `uv` for development management. - Added Python 3.14 as a tested/supported Python version. + ([#168](https://github.com/davep/braindrop/pull/168)) ## v0.9.0