Skip to content

Commit 085e081

Browse files
committed
Drop Python 3.8, update Python versions in tests
1 parent 79d3150 commit 085e081

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,17 @@ jobs:
3939
matrix:
4040
os: [ubuntu-latest, windows-latest, macos-latest]
4141
python-version:
42-
- "3.8"
43-
- "3.12"
44-
- "3.13-dev"
42+
- "3.9"
43+
- "3.13"
4544
include:
4645
- os: windows-latest
47-
python-version: "3.11"
46+
python-version: "3.12"
4847
- os: ubuntu-latest
49-
python-version: "pypy-3.9"
48+
python-version: "pypy-3.10"
5049
- os: ubuntu-latest
51-
python-version: "3.10"
50+
python-version: "3.11"
5251
- os: macos-latest
53-
python-version: "3.9"
52+
python-version: "3.10"
5453
steps:
5554
- uses: actions/checkout@v4
5655
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Programming Language :: Python",
1919
"Programming Language :: Python :: 3"
2020
]
21-
requires-python = ">=3.8"
21+
requires-python = ">=3.9"
2222
dependencies = [
2323
"importlib_metadata>=4.8.3;python_version<\"3.10\"",
2424
"jupyter_core>=4.12,!=5.0.*",

0 commit comments

Comments
 (0)