From f960879effd5dd1be5d84a41fa58f0da2d5731fe Mon Sep 17 00:00:00 2001 From: Katherine Mantel Date: Thu, 31 Oct 2024 04:25:42 +0000 Subject: [PATCH] ci: test-release: include python 3.10, 3.11, 3.12 --- .github/workflows/test-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 14f4fb4748..a0a74cb200 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -69,7 +69,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12] os: [ubuntu-latest, macos-latest, windows-latest] dist: [wheel, sdist]