From: Daniele Varrazzo Date: Tue, 13 Dec 2022 14:23:56 +0000 (+0000) Subject: ci: run tests on Python 3.11 on macOS X-Git-Tag: 3.1.6~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6627916106c2ae83712e2f594a727a0efbe4065;p=thirdparty%2Fpsycopg.git ci: run tests on Python 3.11 on macOS --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fd1d255f3..0fdd99be2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }}