diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26347ccc..e03bff2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - "3.11" - "3.12" - "3.13" - #- "3.14" + - "3.14" os: - ubuntu-latest # There shouldn't be any behavior differences between OSes, diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 45af126a..d78f59a7 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -5,6 +5,8 @@ This document outlines the list of changes to ridgeplot between each release. Fo Unreleased changes ------------------ +- Add support for Python 3.14, in accordance with the official Python support policy[^1] ({gh-pr}`346`) + ## CI/CD - Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`) diff --git a/pyproject.toml b/pyproject.toml index 17204a18..7264cd54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,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.14", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development", "Topic :: Scientific/Engineering",