From 3f747d81c2fa3aaa7894a0381559d9172008121d Mon Sep 17 00:00:00 2001 From: Laurent Raufaste Date: Sun, 11 Feb 2024 17:39:28 +0100 Subject: [PATCH] Enable tests on 3.12 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f13bc6c96..258fd4d44 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: - "3.9" - "3.10" - "3.11" - # - "3.12" # Installing numpy (1.24.4): Failed + - "3.12" container: python:${{ matrix.python-version }} steps: - run: echo "${HOME}/.local/bin" >> $GITHUB_PATH