@@ -102,7 +102,7 @@ jobs:
102102 python-version : ${{ matrix.python-version }}
103103 - name : Set up dependencies
104104 run : |
105- pip install --upgrade "pip>=22.0 " "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";
105+ pip install --upgrade "pip>=24.3.1 " "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";
106106 pip install -r ./requirements.txt ;
107107 - name : Pre-build
108108 id : bootstrap
@@ -167,7 +167,7 @@ jobs:
167167 python-version : ${{ matrix.python-version }}
168168 - name : Install dependencies for ${{ matrix.python-version }}
169169 run : |
170- pip install --upgrade "pip>=22.0 " "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";
170+ pip install --upgrade "pip>=24.3.1 " "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";
171171 pip install -r ./requirements.txt ;
172172 pip install -r ./tests/requirements.txt || true ;
173173 pip install --upgrade -r ./docs/requirements.txt || true ;
@@ -226,7 +226,7 @@ jobs:
226226 run : python -m pip install --upgrade pip
227227 - name : Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
228228 run : |
229- pip install --upgrade "pip>=22.0 " "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";
229+ pip install --upgrade "pip>=24.3.1 " "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";
230230 pip install --upgrade -r ./requirements.txt ;
231231 pip install --upgrade -r ./tests/requirements.txt || true ;
232232 pip install --upgrade -r ./docs/requirements.txt || true ;
@@ -307,7 +307,7 @@ jobs:
307307 python-version : " 3.13"
308308 - name : Install dependencies for python Linters
309309 run : |
310- pip install --upgrade "pip>=22.0 " "setuptools>=75.0" "wheel>=0.44" "build>=1.2.2";
310+ pip install --upgrade "pip>=24.3.1 " "setuptools>=75.0" "wheel>=0.44" "build>=1.2.2";
311311 pip install --upgrade -r ./requirements.txt ;
312312 pip install --upgrade -r ./tests/requirements.txt || true ;
313313 pip install --upgrade -r ./docs/requirements.txt || true ;
@@ -359,7 +359,7 @@ jobs:
359359 python-version : ${{ matrix.python-version }}
360360 - name : Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
361361 run : |
362- pip install --upgrade "pip>=22.0 " "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";
362+ pip install --upgrade "pip>=24.3.1 " "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";
363363 pip install --upgrade -r ./requirements.txt ;
364364 pip install --upgrade -r ./tests/requirements.txt || true ;
365365 pip install --upgrade -r ./docs/requirements.txt || true ;
@@ -477,7 +477,7 @@ jobs:
477477 python-version : ${{ matrix.python-version }}
478478 - name : Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
479479 run : |
480- pip install --upgrade "pip>=22.0 " "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";
480+ pip install --upgrade "pip>=24.3.1 " "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";
481481 pip install -r ./requirements.txt ;
482482 pip install -r ./tests/requirements.txt || true ;
483483 - name : Pre-Clean
@@ -552,7 +552,7 @@ jobs:
552552 python-version : ${{ matrix.python-version }}
553553 - name : Install dependencies for python ${{ matrix.python-version }}
554554 run : |
555- pip install --upgrade "pip>=22.0 " "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1" "pip-licenses>=5.0.0";
555+ pip install --upgrade "pip>=24.3.1 " "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1" "pip-licenses>=5.0.0";
556556 pip install -r ./requirements.txt ;
557557 pip install -r ./tests/requirements.txt || true ;
558558 pip install --upgrade -r ./docs/requirements.txt || true ;
@@ -611,7 +611,7 @@ jobs:
611611 run : python -m pip install --upgrade pip
612612 - name : Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
613613 run : |
614- pip install --upgrade "pip>=22.0 " "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";
614+ pip install --upgrade "pip>=24.3.1 " "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";
615615 pip install -r ./requirements.txt ;
616616 pip install -r ./tests/requirements.txt || true ;
617617 - name : Pre-Clean
@@ -677,7 +677,7 @@ jobs:
677677 if [ "$OS" == "ubuntu-latest" ] ; then { sudo apt-get update || true ;} ; wait ; { sudo apt-get install --assume-yes python3.10 python3.11 || echo "::warning file=.github/workflows/Tests.yml,line=677,endLine=677,title=SKIPPED::SKIP Enhanced TOX Tests." ;} ; wait ; fi
678678 - name : Install dependencies for Tox
679679 run : |
680- pip install --upgrade "pip>=22.0 " "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";
680+ pip install --upgrade "pip>=24.3.1 " "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";
681681 pip install --upgrade -r ./requirements.txt ;
682682 pip install --upgrade -r ./tests/requirements.txt || true ;
683683 pip install --upgrade -r ./docs/requirements.txt || true ;
0 commit comments