From 5c9171c83962ec0c7afd7623d5cc9b00b30ab512 Mon Sep 17 00:00:00 2001 From: petersulyok Date: Thu, 9 Nov 2023 22:26:05 +0100 Subject: [PATCH] Python 3.12 added. --- .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 aaada1f..c93c313 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest"] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] include: - coverage: true os: "ubuntu-latest"