From 8c469e9361aa5a8532c14c6dcdb602cb4c365014 Mon Sep 17 00:00:00 2001 From: Nicolas Tessore Date: Mon, 9 Oct 2023 10:58:43 +0100 Subject: [PATCH] enable tests for Python 3.12 --- .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 9e49255..5133e97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5