From 2d7153e1511be48f83ce117cf91dc0140ca94b77 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 8 Oct 2024 07:13:08 -0400 Subject: [PATCH] [no ci] actions: re-order test jobs, test on 3.12 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51c7019a..273f6a87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,22 +70,22 @@ jobs: openssl_archs: VC-WIN64A - os: ubuntu-24.04 goal: test - python: "3.13" + python: "3.9" jid: 8 arch: x86_64 - os: ubuntu-24.04 goal: test - python: "3.9" + python: "3.10" jid: 9 arch: x86_64 - os: ubuntu-24.04 goal: test - python: "3.10" + python: "3.11" jid: 10 arch: x86_64 - os: ubuntu-24.04 goal: test - python: "3.11" + python: "3.12" jid: 11 arch: x86_64