From 836ae74c5295dc7037c87ea3296c6454c28a42e4 Mon Sep 17 00:00:00 2001 From: Elliot <3186037+elliot-100@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:19:27 +0100 Subject: [PATCH] CI: support Python 3.13 --- .github/workflows/python-poetry-package.yml | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-poetry-package.yml b/.github/workflows/python-poetry-package.yml index 9bc058e..f24a825 100644 --- a/.github/workflows/python-poetry-package.yml +++ b/.github/workflows/python-poetry-package.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 730e1ba..4bba017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe Historic and pre-release versions aren't necessarily included. +## UNRELEASED - TBC + +### Added + +- CI: support Python 3.13 + + ## [0.10.0] - 2024-07-15 ### Changed