Skip to content

Commit 712cc18

Browse files
committed
Bump python testing to 3.11
1 parent 0a97833 commit 712cc18

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: '3.10'
19+
python-version: '3.11'
2020
- name: Install dependencies
2121
run: |
2222
pip install --upgrade pip
@@ -32,7 +32,7 @@ jobs:
3232
max-parallel: 8
3333
matrix:
3434
os: [ubuntu-latest, macos-latest, windows-latest]
35-
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
35+
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]
3636

3737
steps:
3838
- name: Set up Python ${{ matrix.python-version }} x64

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v2
2323
with:
24-
python-version: '3.10'
24+
python-version: '3.11'
2525

2626
- name: Install dependencies
2727
run: |

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=bluecheck,doc8,docs,isortcheck,flake8,mypy,pylint,rstcheck,py36,py37,py38,py39
2+
envlist=bluecheck,doc8,docs,isortcheck,flake8,mypy,pylint,rstcheck,py37,py38,py39,py310,py311
33
skip_missing_interpreters=True
44

55
[testenv]

0 commit comments

Comments
 (0)