From 0541042c6dd456551a7a733fcd794a33f2fa1d83 Mon Sep 17 00:00:00 2001 From: mpenning Date: Fri, 20 Oct 2023 06:06:09 -0500 Subject: [PATCH] Remove py312-min --- .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 283e19a6..2e980208 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: - {name: Linux, python: '3.11', os: ubuntu-latest, tox: py311} - {name: Windows, python: '3.11', os: windows-latest, tox: py311} - {name: Mac, python: '3.11', os: macos-latest, tox: py311} - - {name: '3.12-dev', python: '3.12-dev', os: ubuntu-latest, tox: py312} + - {name: '3.11', python: '3.12-dev', os: ubuntu-latest, tox: py311} - {name: '3.10', python: '3.10', os: ubuntu-latest, tox: py310} - {name: '3.9', python: '3.9', os: ubuntu-latest, tox: py39} - {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38}