From 7602e2a9d09a1a7ea375dd4591039f8c0cbac82c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 18 Jun 2022 13:07:36 -0400 Subject: [PATCH] Revert "try pinning to older 3.10 (#7344)" This reverts commit f581dfa9c9235f8fa2e097366c5be2147239f3f9. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c429bb56a75e..21200f11badd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -329,7 +329,7 @@ jobs: matrix: PYTHON: - {VERSION: "3.6", TOXENV: "py36", EXTRA_CFLAGS: ""} - - {VERSION: "3.10.3", TOXENV: "py310", EXTRA_CFLAGS: "-DUSE_OSRANDOM_RNG_FOR_TESTING"} + - {VERSION: "3.10", TOXENV: "py310", EXTRA_CFLAGS: "-DUSE_OSRANDOM_RNG_FOR_TESTING"} name: "${{ matrix.PYTHON.TOXENV }} on macOS" timeout-minutes: 15 steps: