Skip to content

Commit 2e83d21

Browse files
committed
CI: adding python 3.12 to testing
1 parent 7cb333f commit 2e83d21

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/ci_tests_run_notebooks.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,19 @@ jobs:
3131
os: ubuntu-latest
3232

3333
- python-version: '3.11'
34-
toxenv: py311-test-devdeps
35-
name: with Python 3.11 and developer versioned dependencies
34+
toxenv: py311-test
35+
name: with Python 3.11 and latest released version of dependencies
36+
os: ubuntu-latest
37+
38+
- python-version: '3.12'
39+
toxenv: py312-test-devdeps
40+
name: with Python 3.12 and developer versioned dependencies
3641
os: ubuntu-latest
3742

3843
steps:
39-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v4
4045
- name: Set up Python ${{ matrix.python-version }}
41-
uses: actions/setup-python@v4
46+
uses: actions/setup-python@v5
4247
with:
4348
python-version: ${{ matrix.python-version }}
4449

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{39,310,311}-test{,-oldestdeps,-devdeps,-predeps}{,-buildhtml}
3+
py{39,310,311,312}-test{,-oldestdeps,-devdeps,-predeps}{,-buildhtml}
44
requires =
55
pip >= 19.3.1
66

0 commit comments

Comments
 (0)