Skip to content

Commit a731929

Browse files
committed
added Python 3.11 testing
1 parent d6ade67 commit a731929

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
timeout-minutes: 2
1212
strategy:
1313
matrix:
14-
python-version: ['3.7', '3.8', '3.9', '3.10']
14+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1515

1616
steps:
1717
- uses: actions/checkout@v2

tox.ini

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

55
[testenv]
@@ -8,6 +8,7 @@ basepython =
88
py38: python3.8
99
py39: python3.9
1010
py310: python3.10
11+
py311: python3.11
1112
pypy: pypy
1213

1314
setenv = PY_IGNORE_IMPORTMISMATCH=1

0 commit comments

Comments
 (0)