From: Aarni Koskela Date: Tue, 25 Jan 2022 12:26:09 +0000 (+0200) Subject: CI: test on released Python 3.10 X-Git-Tag: v2.10.0~25^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95c6c1f8a9822a574617444f763df63d55b6d3ab;p=thirdparty%2Fbabel.git CI: test on released Python 3.10 --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 43eb3e9c..8cc7ab88 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-18.04, windows-2019, macos-10.15] - python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev, pypy3] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"] exclude: - os: windows-2019 python-version: pypy3 diff --git a/tox.ini b/tox.ini index 9d3ecbe0..5cd0a6eb 100644 --- a/tox.ini +++ b/tox.ini @@ -23,4 +23,4 @@ python = 3.7: py37 3.8: py38 3.9: py39 - 3.10-dev: py310 + 3.10: py310