noexec / curldl

Safely and reliably download files with PycURL
https://pypi.org/project/curldl/
GNU Lesser General Public License v3.0
3 stars 0 forks source link

Properly upgrade CI/CD tests to Python 3.12 once the version is available in the environment #67

Open noexec opened 11 months ago

noexec commented 11 months ago
noexec commented 11 months ago

Wrt. setup-python:

Cached tools:

Downloadable versions:

noexec commented 11 months ago

Wrt. setup-miniconda:

According to parameters description, all Python versions listed for Anaconda are supported, including Python 3.12 (despite there being no Miniconda installers with bundled Python 3.12).

Need to test by explicitly requesting Python 3.12 in test-conda flow.

noexec commented 11 months ago

PycURL is apparently not yet available for Python 3.12 in conda-forge.

A slightly more recent (and more recently uploaded) PycURL is available in main channel (which is a part of defaults channel included in test-environment.yml), but it also has no Python 3.12 builds yet.

noexec commented 10 months ago

Seems that Linux and macOS builds of PycURL 7.45.2 for Python 3.12 have been uploaded to conda's main channel during the last 10 days. Worth testing, even if Windows builds are not there yet. Win-64 has been uploaded as well.