Skip to content

Commit

Permalink
Switch to Python 3.11 final on CI and add to tox file (#6325)
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Jan 6, 2023
1 parent ec553c2 commit 2745db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-18.04, macOS-latest, windows-latest]
include:
# pypy-3.7 on Mac OS currently fails trying to compile
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py{37,38,39,310}-{default, use_chardet_on_py3}
envlist = py{37,38,39,310,311}-{default, use_chardet_on_py3}

[testenv]
deps = -rrequirements-dev.txt
Expand Down

0 comments on commit 2745db1

Please sign in to comment.