Skip to content

Commit 60fe63b

Browse files
Add Python 3.11 to builds
1 parent 7aa48b5 commit 60fe63b

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
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest, macos-latest, windows-latest]
25-
python: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.8']
25+
python: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.8']
2626
exclude:
2727
# pypy3 currently fails to run on Windows
2828
- os: windows-latest

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,py37,py38,py39,py310,pypy3,docs
2+
envlist=flake8,py37,py38,py39,py310,py311,pypy3,docs
33
skip_missing_interpreters=True
44

55
[gh-actions]
@@ -8,6 +8,7 @@ python =
88
3.8: py38
99
3.9: py39
1010
3.10: py310
11+
3.11: py311
1112
pypy-3: pypy3
1213

1314
[testenv]

0 commit comments

Comments
 (0)