From a7609133632e4b7f7d656a3351f24cc6aeaa66f7 Mon Sep 17 00:00:00 2001 From: Martin Vonk Date: Thu, 14 Sep 2023 11:44:35 +0200 Subject: [PATCH] add python 3.12 test suite --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 95b0c5d..50f4acb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,6 +26,9 @@ jobs: - name: Test suite with py311-ubuntu python: "3.11" os: ubuntu-latest + - name: Test suite with py312-ubuntu + python: "3.12" + os: ubuntu-latest toxenv: py311 - name: Type check with mypy python: "3.9"