From 0ff70fd68ad5d7ebb2d6dc6dcf98b93901f6f96e Mon Sep 17 00:00:00 2001 From: Werner Van Geit Date: Fri, 22 Mar 2024 09:01:37 +0100 Subject: [PATCH] Test on python 3.12 since it is stable now --- .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 7dc973ba..65e10fbe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] include: - os: macos-latest python-version: "3.10"