We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88fb0f commit c6f9e18Copy full SHA for c6f9e18
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
fail-fast: false
43
matrix:
44
os: [ubuntu-latest, windows-latest, macos-latest]
45
- python-version: ["3.10", "3.14"]
+ python-version: ["3.10", "3.13"]
46
steps:
47
- uses: actions/checkout@v4
48
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
pyproject.toml
@@ -18,7 +18,6 @@ classifiers = [
18
"Programming Language :: Python :: 3.11",
19
"Programming Language :: Python :: 3.12",
20
"Programming Language :: Python :: 3.13",
21
- "Programming Language :: Python :: 3.14",
22
]
23
urls = {Homepage = "https://jupyter.org"}
24
requires-python = ">=3.10"
0 commit comments