limit pycurl in tests to recent python versions

This commit is contained in:
Min RK
2025-10-06 08:14:06 -07:00
parent a3e642150e
commit ed6c981cf7

View File

@@ -173,7 +173,7 @@ jobs:
# make sure our `>=` pins really do express our minimum supported versions # make sure our `>=` pins really do express our minimum supported versions
pip install -r ci/oldest-dependencies/requirements.old -e . pip install -r ci/oldest-dependencies/requirements.old -e .
else else
pip install --pre -e ".[test]" pycurl pip install --pre -e ".[test]" "pycurl; python_version >= '3.10'"
fi fi
if [ "${{ matrix.main_dependencies }}" != "" ]; then if [ "${{ matrix.main_dependencies }}" != "" ]; then