Skip to content

Commit 2745db1

Browse files
authoredJan 6, 2023
Switch to Python 3.11 final on CI and add to tox file (#6325)
1 parent ec553c2 commit 2745db1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
12+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1313
os: [ubuntu-18.04, macOS-latest, windows-latest]
1414
include:
1515
# pypy-3.7 on Mac OS currently fails trying to compile

‎tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{37,38,39,310}-{default, use_chardet_on_py3}
2+
envlist = py{37,38,39,310,311}-{default, use_chardet_on_py3}
33

44
[testenv]
55
deps = -rrequirements-dev.txt

0 commit comments

Comments
 (0)
Please sign in to comment.