diff --git a/.github/workflows/style-lint-and-test.yaml b/.github/workflows/style-lint-and-test.yaml index a62fe76..bfe410a 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.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 f624324..f51fbf4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,6 +6,8 @@ - Migrated from `rye` to `uv` for development management. ([#71](https://github.com/davep/dhv/pull/71)) +- Added Python 3.14 as a tested/supported Python version. + ([#22](https://github.com/davep/dhv/pull/73)) ## v1.0.1 diff --git a/pyproject.toml b/pyproject.toml index dc74199..39be3f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Documentation", "Topic :: Education", "Topic :: Software Development :: Documentation",