Skip to content

Commit 107310a

Browse files
committed
CI: dropping python 3.8 testing
1 parent 7efb70d commit 107310a

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/ci_tests_run_notebooks.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,16 @@ jobs:
1919
matrix:
2020
# Run all supported OS for one Python version, then add a few extra scenarios
2121
os: [ubuntu-latest, macos-latest, windows-latest]
22-
python-version: ['3.9']
23-
toxenv: [py39-test]
24-
name: ['with Python 3.9',]
22+
python-version: ['3.10']
23+
toxenv: [py310-test]
24+
name: ['with Python 3.10',]
2525

2626
include:
27-
- python-version: '3.8'
27+
- python-version: '3.9'
2828
toxenv: py38-test-oldestdeps
2929
name: with Python 3.8 and oldest versioned dependencies
3030
os: ubuntu-latest
3131

32-
- python-version: '3.10'
33-
toxenv: py310-test
34-
name: with Python 3.10
35-
os: ubuntu-latest
36-
3732
- python-version: '3.11'
3833
toxenv: py311-test-devdeps
3934
name: with Python 3.11 and developer versioned dependencies

0 commit comments

Comments
 (0)