Skip to content

Commit

Permalink
CI: test on Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Nov 1, 2022
1 parent 2e5708f commit f117ead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-20.04", "windows-2022", "macos-11"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.7"]
env:
BABEL_CLDR_NO_DOWNLOAD_PROGRESS: "1"
BABEL_CLDR_QUIET: "1"
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38,39,310}
py{36,37,38,39,310,311}
pypy3

[testenv]
Expand All @@ -27,3 +27,4 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311

0 comments on commit f117ead

Please sign in to comment.