Skip to content

Commit 370b915

Browse files
Add Python 3.11 to build
1 parent b9c9d35 commit 370b915

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
# TODO: add windows-latest
2525
os: [ubuntu-latest, macos-latest]
26-
python: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.9']
26+
python: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.9']
2727
fail-fast: false
2828
runs-on: ${{ matrix.os }}
2929
steps:

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=flake8,py36,py37,py38,py39,py310,pypy3,docs
2+
envlist=flake8,py36,py37,py38,py39,py310,py311,pypy3,docs
33
skip_missing_interpreters=True
44

55
[gh-actions]
@@ -9,6 +9,7 @@ python =
99
3.8: py38
1010
3.9: py39
1111
3.10: py310
12+
3.11: py311
1213
pypy-3: pypy3
1314

1415
[testenv]

0 commit comments

Comments
 (0)