From 2a4f0024834fd6c8415089a941671468090d808c Mon Sep 17 00:00:00 2001 From: Tomas Pereira de Vasconcelos Date: Sun, 12 Oct 2025 01:01:57 +1100 Subject: [PATCH 1/2] Revert "Revert CI checks for Python 3.14" This reverts commit a83fdcbe326fce1fff13cd59803f764a98881aad. --- .github/workflows/ci.yml | 2 +- docs/reference/changelog.md | 1 + pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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 e4444331..5f065e9e 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}`345`) - 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", From d80d1f40a19de156a98b008c3b71d2b573df9af8 Mon Sep 17 00:00:00 2001 From: Tomas Pereira de Vasconcelos Date: Sun, 12 Oct 2025 01:03:36 +1100 Subject: [PATCH 2/2] Update changelog.md Signed-off-by: Tomas Pereira de Vasconcelos --- docs/reference/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 5f065e9e..fa7c5194 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -5,7 +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}`345`) +- 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`)