From 9e7f6722381a96f2fcd2089748a4422dc89087e5 Mon Sep 17 00:00:00 2001 From: Santiago Fraire Date: Mon, 16 Oct 2023 08:32:46 +0200 Subject: [PATCH] ci: add py3.12 to tests (#887) --- .github/workflows/pythonpackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 32f5c387d1..ad4f8b5ab1 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -6,7 +6,7 @@ jobs: python-check: strategy: matrix: - python-version: [ "3.8", "3.9", "3.10", "3.11" ] + python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] platform: [ ubuntu-20.04, macos-latest, windows-latest ] runs-on: ${{ matrix.platform }} steps: