Skip to content

Commit 96da664

Browse files
committed
Bump to Python 3.11
1 parent 31922e6 commit 96da664

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
name: ['with Python 3.12',]
3131

3232
include:
33-
- python-version: '3.10'
34-
toxenv: py310-test-oldestdeps
35-
name: with Python 3.10 and oldest versioned dependencies
33+
- python-version: '3.11'
34+
toxenv: py311-test-oldestdeps
35+
name: with Python 3.11 and oldest versioned dependencies
3636
os: ubuntu-latest
3737

3838
- python-version: '3.13'

0 commit comments

Comments
 (0)