From: Aarni Koskela Date: Mon, 31 Oct 2022 09:56:30 +0000 (+0200) Subject: CI: test on Python 3.11 X-Git-Tag: v2.11.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f117ead7d512ef3c32b68db953a193c21245ad14;p=thirdparty%2Fbabel.git CI: test on Python 3.11 --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49897129..f8764b58 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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" diff --git a/tox.ini b/tox.ini index aa93a27a..dd0ee670 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{36,37,38,39,310} + py{36,37,38,39,310,311} pypy3 [testenv] @@ -27,3 +27,4 @@ python = 3.8: py38 3.9: py39 3.10: py310 + 3.11: py311