From 5b53de46505e159e8e2e8489c91249b412763af7 Mon Sep 17 00:00:00 2001 From: Jerome Kelleher Date: Thu, 5 Mar 2026 09:18:03 +0000 Subject: [PATCH 1/2] Update changelog for release --- CHANGELOG.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -------------------- From 5bf57515c026e7320497e931ceefd9a57ccaf8e1 Mon Sep 17 00:00:00 2001 From: Jerome Kelleher Date: Thu, 5 Mar 2026 09:19:28 +0000 Subject: [PATCH 2/2] Support and test on 3.14 Closes #496 --- .github/workflows/tests.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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/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",