From 3fdad42d9c86bdc7729746dc70c4c713c167bc71 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 10 Jan 2024 13:24:16 -0500 Subject: [PATCH] Use python 3.12.0 in tests to work around unittest breakage in 3.12.1 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f35fdb9c86..e1b86bc90f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: needs: ["lint"] strategy: matrix: - python-version: [3.8, 3.9, "3.10", '3.11', "3.12"] + python-version: [3.8, 3.9, "3.10", '3.11', "3.12.0"] platform: [ { os: "ubuntu-latest", python-architecture: "x64" }, ]