From 724792c97624a46613c633deca33aea311e746ed Mon Sep 17 00:00:00 2001 From: Remy Gwaramadze Date: Fri, 19 Jul 2024 10:19:40 +0200 Subject: [PATCH] Run tests on Python 3.12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7464c6600..c7ba71188 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - python: [ 3.8 ] + python: [3.8, 3.12] steps: - name: Checkout uses: actions/checkout@v3