From f1755e8f36e75800030294c4d998c0f513cef45a Mon Sep 17 00:00:00 2001 From: MatthieuDartiailh Date: Wed, 24 Apr 2024 08:34:06 +0200 Subject: [PATCH] ci: do not build oldest python on macos --- .github/workflows/cis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cis.yml b/.github/workflows/cis.yml index 28c6ed7c..74b7f9e9 100644 --- a/.github/workflows/cis.yml +++ b/.github/workflows/cis.yml @@ -50,7 +50,7 @@ jobs: toxenv: py310 - python-version: "3.11" toxenv: py311 - - python-version: "3.12-dev" + - python-version: "3.12" toxenv: py312 steps: - uses: actions/checkout@v4