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 15ef4e6c..4b76874c 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -5,6 +5,7 @@ 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`) - Dropped support for Python 3.9, in accordance with the official Python support policy[^1] ({gh-pr}`345`) - Bump project classification from Pre-Alpha to Alpha ({gh-pr}`336`) 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",