Skip to content

Commit a83fdcb

Browse files
committed
Revert CI checks for Python 3.14
Signed-off-by: Tomas Pereira de Vasconcelos <tomasvasconcelos1@gmail.com>
1 parent 2c4ca33 commit a83fdcb

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- "3.11"
5252
- "3.12"
5353
- "3.13"
54-
- "3.14"
54+
#- "3.14"
5555
os:
5656
- ubuntu-latest
5757
# There shouldn't be any behavior differences between OSes,

docs/reference/changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ This document outlines the list of changes to ridgeplot between each release. Fo
55
Unreleased changes
66
------------------
77

8-
- Add support for Python 3.14, in accordance with the official Python support policy[^1] ({gh-pr}`345`)
98
- Dropped support for Python 3.9, in accordance with the official Python support policy[^1] ({gh-pr}`345`)
109
- Bump project classification from Pre-Alpha to Alpha ({gh-pr}`336`)
1110

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3.13",
29-
"Programming Language :: Python :: 3.14",
29+
#"Programming Language :: Python :: 3.14",
3030
"Programming Language :: Python :: Implementation :: CPython",
3131
"Topic :: Software Development",
3232
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)