From ed6c981cf7aa392cb69001059615a7242b50e297 Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 6 Oct 2025 08:14:06 -0700 Subject: [PATCH] limit pycurl in tests to recent python versions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d649ca92..02f3d3ee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -173,7 +173,7 @@ jobs: # make sure our `>=` pins really do express our minimum supported versions pip install -r ci/oldest-dependencies/requirements.old -e . else - pip install --pre -e ".[test]" pycurl + pip install --pre -e ".[test]" "pycurl; python_version >= '3.10'" fi if [ "${{ matrix.main_dependencies }}" != "" ]; then