From 3d7f11f66a51da10c39eebdb2fa87f1537ba9205 Mon Sep 17 00:00:00 2001 From: Ioannis Tziakos Date: Sat, 4 Nov 2023 12:11:40 +0000 Subject: [PATCH] Support Python 3.12 --- .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 8da629e..b3f80b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: tests: strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11"] + python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"] os: [windows-2019] runs-on: ${{ matrix.os }} steps: