Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions docs/reference/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading