From ef3388f28b0ae25bcf4bfe2f757ff73de5c88858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Hu=CC=88hne?= Date: Wed, 29 Nov 2023 08:04:00 +0100 Subject: [PATCH] Test supported python versions in Github Actions 3.7 is end of life but 3.11 and 3.12 are supported now. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 84ce38b..dda5ffa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.7', '3.8'] + python-version: [ '3.8', '3.11', '3.12'] name: Tests with Python ${{ matrix.python-version }} services: postgres: