Skip to content

Commit 9e4cf2a

Browse files
authored
[7.5.x] Drop Python 3.9 on CI (#7860)
1 parent ecc3aaf commit 9e4cf2a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
# used by the jupyterlab/maintainer-tools base-setup action
41-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
41+
python-version: ['3.10', '3.11', '3.12', '3.13']
4242
steps:
4343
- name: Checkout
4444
uses: actions/checkout@v6
@@ -125,9 +125,9 @@ jobs:
125125
fail-fast: false
126126
matrix:
127127
os: [ubuntu-latest, macos-latest, windows-latest]
128-
python: ['3.9', '3.11', '3.13']
128+
python: ['3.10', '3.11', '3.13']
129129
include:
130-
- python: '3.9'
130+
- python: '3.10'
131131
dist: 'notebook*.tar.gz'
132132
- python: '3.11'
133133
dist: 'notebook*.whl'

0 commit comments

Comments
 (0)