From 61bbfc37e4322065cb3222ca150998b83fa3c841 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 3 Oct 2023 10:23:12 +0200 Subject: [PATCH] CI - add Python 3.12 --- .github/workflows/.tests-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.tests-python.yml b/.github/workflows/.tests-python.yml index 48262595..926dd18a 100644 --- a/.github/workflows/.tests-python.yml +++ b/.github/workflows/.tests-python.yml @@ -32,7 +32,7 @@ jobs: --health-retries 5 strategy: matrix: - python-version: [ "3.8", "3.9", "3.10", "3.11" ] + python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] steps: - uses: actions/checkout@v3 - name: Install Poetry and Dependencies