Skip to content

Commit 248aba1

Browse files
authored
Update the min python version to 3.9
Both jupyterlab/maintainer-tools and jupyter-server dropped support for 3.8 back in December of last year.
1 parent f5d0dd4 commit 248aba1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest, macos-latest]
15-
python-version: ["3.8", "3.11"]
15+
python-version: ["3.9", "3.11", "3.12"]
1616
include:
1717
- os: ubuntu-latest
18-
python-version: "3.9"
19-
- os: ubuntu-latest
20-
python-version: "pypy-3.8"
18+
python-version: "pypy-3.9"
2119
- os: macos-latest
2220
python-version: "3.10"
2321
steps:

0 commit comments

Comments
 (0)