Skip to content

Commit c88fb0f

Browse files
committed
bump python
1 parent 32913b1 commit c88fb0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.9", "3.13"]
45+
python-version: ["3.10", "3.14"]
4646
steps:
4747
- uses: actions/checkout@v4
4848
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ classifiers = [
1414
"Intended Audience :: Science/Research",
1515
"License :: OSI Approved :: BSD License",
1616
"Programming Language :: Python",
17-
"Programming Language :: Python :: 3.9",
1817
"Programming Language :: Python :: 3.10",
1918
"Programming Language :: Python :: 3.11",
2019
"Programming Language :: Python :: 3.12",
2120
"Programming Language :: Python :: 3.13",
21+
"Programming Language :: Python :: 3.14",
2222
]
2323
urls = {Homepage = "https://jupyter.org"}
24-
requires-python = ">=3.9"
24+
requires-python = ">=3.10"
2525
dynamic = ["version"]
2626
dependencies = [
2727
"click<8.2.0",

0 commit comments

Comments
 (0)