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..fffcc0c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,6 +5,8 @@ **Released: WiP** - 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 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",