From 84172439b88eee33ee6841904d62a4c5bfec3050 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Wed, 27 Mar 2024 07:38:21 +0400 Subject: [PATCH] Remove again some Python 3.7 --- .github/workflows/cli-wheels.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cli-wheels.yml b/.github/workflows/cli-wheels.yml index da8fa3ca..3a46d26f 100644 --- a/.github/workflows/cli-wheels.yml +++ b/.github/workflows/cli-wheels.yml @@ -53,11 +53,9 @@ jobs: # default one. Apparently maturin doesn't find all Python versions # when one chooses a PyPy version instead of CPython as default python-version: | - pypy3.7 pypy3.8 pypy3.9 pypy3.10 - 3.7 3.8 3.9 3.11