This is an automated email from the ASF dual-hosted git repository. micafer pushed a commit to branch fix_s3_publish in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 78407d1c1f12d5b0a6e79e00a05b0b133338e8ae Author: Miguel Caballer <[email protected]> AuthorDate: Mon Jan 26 08:48:12 2026 +0100 Move tests to py310 --- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 4dc73b0d2..ab898e0be 100644 --- a/tox.ini +++ b/tox.ini @@ -152,11 +152,11 @@ commands = rstcheck --report-level warning ../README.rst sphinx-build -j auto -b html -d {envtmpdir}/doctrees . _build/html [testenv:provider-tables] -basepython: python3.9 +basepython: python3.10 commands = python ./contrib/generate_provider_feature_matrix_table.py [testenv:scrape-and-publish-provider-prices] -basepython: python3.9 +basepython: python3.10 # Needed to avoid urllib3 errors related to old openssl version # https://github.com/urllib3/urllib3/issues/2168 deps = urllib3==1.26.6 @@ -190,7 +190,7 @@ commands = echo "https://libcloud-pricing-data.s3.amazonaws.com/pricing.json.sha512" [testenv:scrape-provider-prices] -basepython: python3.9 +basepython: python3.10 # Needed to avoid urllib3 errors related to old openssl version # https://github.com/urllib3/urllib3/issues/2168 deps = urllib3==1.26.6 @@ -213,7 +213,7 @@ commands = bash -c "(cd libcloud/data/ ; sha512sum pricing.json > {toxinidir}/libcloud/data/pricing.json.sha512)" [testenv:scrape-ec2-prices] -basepython: python3.9 +basepython: python3.10 # Needed to avoid urllib3 errors related to old openssl version # https://github.com/urllib3/urllib3/issues/2168 deps = urllib3==1.26.6 @@ -224,7 +224,7 @@ deps = urllib3==1.26.6 commands = python contrib/scrape-ec2-prices.py [testenv:scrape-ec2-sizes] -basepython: python3.9 +basepython: python3.10 # Needed to avoid urllib3 errors related to old openssl version # https://github.com/urllib3/urllib3/issues/2168 deps = urllib3==1.26.6
