From 8c2e49a8287a069c20fd6ff2eb2b51eb34124f47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 7 Oct 2023 09:57:11 +0200 Subject: [PATCH] Run tests on Python 3.12 https://www.python.org/downloads/ --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 132f6776..e0441051 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,11 +13,11 @@ jobs: strategy: max-parallel: 2 matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 with: - submodules: 'true' + submodules: "true" - uses: actions/setup-node@v3 with: node-version: "16.x"