]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
CI: test on released Python 3.10
authorAarni Koskela <akx@iki.fi>
Tue, 25 Jan 2022 12:26:09 +0000 (14:26 +0200)
committerAarni Koskela <akx@iki.fi>
Tue, 25 Jan 2022 12:26:09 +0000 (14:26 +0200)
.github/workflows/test.yml
tox.ini

index 43eb3e9c5850a7d14c2046fdc00bdf3421138b92..8cc7ab88d01a957853192608546048bdf025abb4 100644 (file)
@@ -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 9d3ecbe034ef326495472c044f753eaaa5f61f47..5cd0a6ebf69acdfad74000ff0b23fd5a3e8dc8d8 100644 (file)
--- 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