From 23fc593f6f485a599857643de3991260a48ad45e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Dutheillet-Lamonth=C3=A9zie?= Date: Tue, 3 Sep 2024 14:10:55 +0200 Subject: [PATCH] #97: add more python versions to test up to 3.12 --- .github/workflows/build-and-test-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-macos.yml b/.github/workflows/build-and-test-macos.yml index 4fd026615..89e3bf78e 100644 --- a/.github/workflows/build-and-test-macos.yml +++ b/.github/workflows/build-and-test-macos.yml @@ -34,7 +34,7 @@ jobs: CC: ~ CXX: ~ GCOV: ~ - PYTHON_VERSIONS: 3.8,3.9 + PYTHON_VERSIONS: 3.8,3.9,3.10,3.11,3.12 steps: - uses: actions/checkout@v4