Skip to content

Commit 1ad7fbe

Browse files
committed
Revert "Enable Python 3.14 CI 🤞"
This reverts commit 8c817be.
1 parent f30c187 commit 1ad7fbe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ jobs:
122122
- "3.11"
123123
- "3.12"
124124
- "3.13"
125-
- "3.14"
126125

127126
steps:
128127
- uses: actions/checkout@v4
@@ -182,7 +181,6 @@ jobs:
182181
# - "3.11"
183182
# - "3.12"
184183
- "3.13"
185-
- "3.14"
186184
group:
187185
- { number: 1, pytest-filter: "not test_install" }
188186
- { number: 2, pytest-filter: "test_install" }

‎noxfile.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def should_update_common_wheels() -> bool:
6767
# -----------------------------------------------------------------------------
6868
# Development Commands
6969
# -----------------------------------------------------------------------------
70-
@nox.session(python=["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "pypy3"])
70+
@nox.session(python=["3.9", "3.10", "3.11", "3.12", "3.13", "pypy3"])
7171
def test(session: nox.Session) -> None:
7272
# Get the common wheels.
7373
if should_update_common_wheels():

0 commit comments

Comments
 (0)