summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2022-10-31 11:56:30 +0200
committerAarni Koskela <akx@iki.fi>2022-11-01 11:03:52 +0200
commitf117ead7d512ef3c32b68db953a193c21245ad14 (patch)
tree2f969373759e466e55fefe5da1d9bbc5e1c9b675
parent2e5708f8f231696afcbea3f5803ca43b1e33bf7f (diff)
downloadbabel-f117ead7d512ef3c32b68db953a193c21245ad14.tar.gz
CI: test on Python 3.11
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--tox.ini3
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4989712..f8764b5 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 aa93a27..dd0ee67 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