From b5454c2c2019463e26d43fc6ecac6f0183bbdc71 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Sat, 14 Sep 2024 10:05:24 +0200 Subject: [PATCH] Run lock also with Python 3.12 --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 0205ab0c2..fcac2e73c 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - python-version: [ "3.8" ] + python-version: [ "3.8", "3.12" ] defaults: run: shell: bash -el {0}