]> jfr.im git - irc/weechat/qweechat.git/commitdiff
Add tests with Python 3.10
authorSébastien Helleu <redacted>
Thu, 2 Dec 2021 07:17:39 +0000 (08:17 +0100)
committerSébastien Helleu <redacted>
Thu, 2 Dec 2021 07:17:39 +0000 (08:17 +0100)
.github/workflows/ci.yml

index a580ba49c98f36b4a5778fa03f2e0beba8512643..65f74dcfd0e83a066e68db36a0ce7d1e1c75f8b3 100644 (file)
@@ -14,6 +14,7 @@ jobs:
           - "3.7"
           - "3.8"
           - "3.9"
+          - "3.10"
 
     name: Python ${{ matrix.python-version }}
     runs-on: ubuntu-20.04