File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 - name : Set up Python
3434 uses : actions/setup-python@v4
3535 with :
36- python-version : ' 3.9 '
36+ python-version-file : ' .python-version '
3737 - name : Install dependencies
3838 run : |
3939 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1919 - name : Set up Python
2020 uses : actions/setup-python@v4
2121 with :
22- python-version : ' 3.10 '
22+ python-version-file : ' .python-version '
2323 - name : Install pip & tbump
2424 run : python -m pip install --upgrade pip tbump
2525 - name : Bump to dev
Original file line number Diff line number Diff line change 1717 - name : Set up python 3.11
1818 uses : actions/setup-python@v4
1919 with :
20- python-version : " 3.11 "
20+ python-version-file : ' .python-version '
2121 cache : ' pip'
2222 cache-dependency-path : |
2323 tox-requirements.txt
Original file line number Diff line number Diff line change 2323 - name : Set up Python
2424 uses : actions/setup-python@v4
2525 with :
26- python-version : ' 3.9 '
26+ python-version-file : ' .python-version '
2727 - name : Install pip & tbump
2828 run : python -m pip install --upgrade pip tbump
2929 - name : Bump to alpha
Original file line number Diff line number Diff line change 5757 - name : Set up Python 3.11
5858 uses : actions/setup-python@v4
5959 with :
60- python-version : ' 3.11 '
60+ python-version-file : ' .python-version '
6161 cache : ' pip'
6262 cache-dependency-path : |
6363 lint-requirements.txt
7979 - name : Set up Python 3.11
8080 uses : actions/setup-python@v4
8181 with :
82- python-version : ' 3.11 '
82+ python-version-file : ' .python-version '
8383 cache : ' pip'
8484 cache-dependency-path : |
8585 tox-requirements.txt
Original file line number Diff line number Diff line change 1+ 3.11.4
You can’t perform that action at this time.
0 commit comments