8000 expand ci support to python 3.11 · pyodide/sphinx-js@b74ff3f · GitHub
[go: up one dir, main page]

Skip to content

Commit b74ff3f

Browse files
committed
expand ci support to python 3.11
1 parent 8b3e06c commit b74ff3f
File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: ['3.7', '3.8', '3.9', '3.10']
17+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1818

1919
name: Python ${{ matrix.python-version}}
2020
steps:

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[tox]
2-
envlist = py37, py38, py39, py310
2+
envlist = py37, py38, py39, py310, py311
33

44
[gh-actions]
55
python =
66
3.7: py37
77
3.8: py38
88
3.9: py39
99
3.10: py310
10+
3.11: py311
1011

1112
[testenv]
1213
setenv =

0 commit comments

Comments
 (0)
0