From 82b67094598ca1c937af60d8f664873680db2343 Mon Sep 17 00:00:00 2001 From: Dong-hee Na Date: Fri, 21 Apr 2023 12:44:12 -0600 Subject: [PATCH] .github: Set pypy CI as the experimental mode --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e9b8243..8eb3929a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,13 +32,13 @@ jobs: # Also test PyPy, macOS, and Windows: - os: ubuntu-latest python: pypy-3.9 - experimental: false + experimental: true - os: ubuntu-latest python: pypy-3.8 - experimental: false + experimental: true - os: ubuntu-latest python: pypy-3.7 - experimental: false + experimental: true - os: macos-latest python: "3.10" experimental: false