Skip to content

Commit c86951b

Browse files
committed
CI: adding python 3.11 testing to CI
1 parent fe2dbb7 commit c86951b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/notebooks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
toxenv: py39-test
2626

2727
- python-version: '3.10'
28-
toxenv: py310-test-devdeps
28+
toxenv: py310-test
29+
30+
- python-version: '3.11'
31+
toxenv: py311-test-devdeps
2932

3033
steps:
3134
- uses: actions/checkout@v3

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{38,39,310}-test{,-oldestdeps,-devdeps,-predeps}{,-buildhtml}
3+
py{38,39,310,311}-test{,-oldestdeps,-devdeps,-predeps}{,-buildhtml}
44
requires =
55
pip >= 19.3.1
66

0 commit comments

Comments
 (0)