From 29b923bea8a73d5d34c5d5561b65bb11a21cc693 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 8 Oct 2025 07:41:58 +0200 Subject: [PATCH] use 3.14.0 in CI --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b225023a..4256f36f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,8 @@ jobs: - {VERSION: "3.11", NOXSESSION: "tests"} - {VERSION: "3.12", NOXSESSION: "tests"} - {VERSION: "3.13", NOXSESSION: "tests"} - - {VERSION: "3.14-dev", NOXSESSION: "tests"} - - {VERSION: "3.14t-dev", NOXSESSION: "tests"} + - {VERSION: "3.14", NOXSESSION: "tests"} + - {VERSION: "3.14t", NOXSESSION: "tests"} - {VERSION: "pypy-3.11", NOXSESSION: "tests"} - {VERSION: "3.11", NOXSESSION: "tests-wheel", OS: "windows-latest"} # -cryptography-main @@ -28,8 +28,8 @@ jobs: - {VERSION: "3.11", NOXSESSION: "tests-cryptography-main"} - {VERSION: "3.12", NOXSESSION: "tests-cryptography-main"} - {VERSION: "3.13", NOXSESSION: "tests-cryptography-main"} - - {VERSION: "3.14-dev", NOXSESSION: "tests-cryptography-main"} - - {VERSION: "3.14t-dev", NOXSESSION: "tests-cryptography-main"} + - {VERSION: "3.14", NOXSESSION: "tests-cryptography-main"} + - {VERSION: "3.14t", NOXSESSION: "tests-cryptography-main"} - {VERSION: "pypy-3.11", NOXSESSION: "tests-cryptography-main"} # -cryptography-minimum - {VERSION: "3.8", NOXSESSION: "tests-cryptography-minimum"}