From c72673416c7274ace864aff73c996fbbbb815849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Rold=C3=A1n=20Betancort?= Date: Mon, 16 Oct 2023 10:16:41 +0100 Subject: [PATCH] update tested Python versions - 3.7 is EOL - 3.11 and 3.12 got released --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0fe2fc6..2c5face 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,10 +13,11 @@ jobs: strategy: matrix: python-version: - - "3.7" - "3.8" - "3.9" - "3.10" + - "3.11" + - "3.12" steps: - uses: "actions/checkout@v3" - uses: "actions/setup-python@v4"