]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: run tests on Python 3.11 on macOS
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 13 Dec 2022 14:23:56 +0000 (14:23 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 13 Dec 2022 14:23:56 +0000 (14:23 +0000)
.github/workflows/tests.yml

index fd1d255f317546e2d3643bafe2efe7226cf5dce7..0fdd99be26a59ff3c339e8495409559412168ddf 100644 (file)
@@ -139,13 +139,12 @@ jobs:
           - {impl: python, python: "3.8"}
           - {impl: python, python: "3.9"}
           - {impl: python, python: "3.10"}
-          # TODO: cp311 not available yet on Github runners. See #424
-          # - {impl: python, python: "3.11"}
+          - {impl: python, python: "3.11"}
           - {impl: c, python: "3.7"}
           - {impl: c, python: "3.8"}
           - {impl: c, python: "3.9"}
           - {impl: c, python: "3.10"}
-          - {impl: c, python: "3.11"}
+          - {impl: c, python: "3.11"}
 
     env:
       PSYCOPG_IMPL: ${{ matrix.impl }}