Skip to content

Commit da1509b

Browse files
committed
CI: removing support for py3.9 and bumping minimum versions of dependencies
1 parent 74c58db commit da1509b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci_tests_run_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: ['with Python 3.13',]
2626

2727
include:
28-
- python-version: '3.9'
28+
- python-version: '3.10'
2929
toxenv: py39-test-oldestdeps
3030
name: with Python 3.9 and oldest versioned dependencies
3131
os: ubuntu-latest

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ deps =
1818
-rsite/requirements.txt
1919
-rrequirements.txt
2020

21-
oldestdeps: numpy==1.23
22-
oldestdeps: matplotlib==3.6
23-
oldestdeps: scipy==1.8
24-
oldestdeps: pandas==1.4
21+
oldestdeps: numpy==1.24
22+
oldestdeps: matplotlib==3.7
23+
oldestdeps: scipy==1.10
24+
oldestdeps: pandas==2.0
2525

2626
devdeps: numpy>=0.0.dev0
2727
devdeps: scipy>=0.0.dev0

0 commit comments

Comments
 (0)