diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c3cc093..954d639 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,5 +25,5 @@ jobs: secrets: inherit strategy: matrix: - python: [ 3.11, 3.13 ] + python: [ 3.11, 3.14 ] os: [ macos-latest, ubuntu-24.04, windows-latest ] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6026972..771f4cd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,11 @@ +-------------------- +[0.3.1] - 2026-03-05 +-------------------- + +Maintenance release + +- Require Python >= 3.11 + -------------------- [0.3.0] - 2026-02-05 -------------------- diff --git a/pyproject.toml b/pyproject.toml index c7d258a..c37926c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Programming Language :: Python :: 3 :: Only", "Development Status :: 5 - Production/Stable", "Environment :: Other Environment",