Skip to content

Commit c6f9e18

Browse files
committed
back to 3.13
1 parent c88fb0f commit c6f9e18

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
os: [ubuntu-latest, windows-latest, macos-latest]
45-
python-version: ["3.10", "3.14"]
45+
python-version: ["3.10", "3.13"]
4646
steps:
4747
- uses: actions/checkout@v4
4848
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ classifiers = [
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
2020
"Programming Language :: Python :: 3.13",
21-
"Programming Language :: Python :: 3.14",
2221
]
2322
urls = {Homepage = "https://jupyter.org"}
2423
requires-python = ">=3.10"

0 commit comments

Comments
 (0)