scikit-build / scikit-ci-addons

Command line tool and a set of scripts useful to help drive CI
http://scikit-ci-addons.readthedocs.org/
Apache License 2.0
5 stars 9 forks source link

install-python.ps1: Add 3.11 and bump earlier versions #101

Closed tbirdso closed 1 year ago

tbirdso commented 1 year ago

In support of https://github.com/InsightSoftwareConsortium/ITKPythonPackage/pull/215

tbirdso commented 1 year ago

I do not believe that the docs failure is related to this PR.

ERROR: Could not find a version that satisfies the requirement backoff~=2.1.2 (from githubrelease>=1.5.7->-r requirements.txt (line 1)) (from versions: 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.1.0, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.3.2, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.5.0, 1.6.0, 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.9.2, 1.10.0, 1.11.0, 1.11.1)
ERROR: No matching distribution found for backoff~=2.1.2 (from githubrelease>=1.5.7->-r requirements.txt (line 1))
tbirdso commented 1 year ago

Ping @thewtex for review

tbirdso commented 1 year ago

Tested and verified that I can install Python 3.11 on my local Windows machine via the updated script.