File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 - name : Set up Python 3.14
4747 uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
4848 with :
49- python-version : 3.14.6
49+ python-version : 3.14.7
5050 - name : Install python dependencies
5151 run : |
5252 pip install --upgrade pip
6262 - name : Set up Python 3.14
6363 uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
6464 with :
65- python-version : 3.14.6
65+ python-version : 3.14.7
6666 - name : Install python dependencies
6767 run : |
6868 pip install --upgrade pip
Original file line number Diff line number Diff line change 2323 - name : Set up Python
2424 uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2525 with :
26- python-version : 3.14.6
26+ python-version : 3.14.7
2727
2828 - name : Get latest release from pip
2929 id : latestreleased
@@ -133,7 +133,7 @@ jobs:
133133 - name : Set up Python
134134 uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
135135 with :
136- python-version : 3.14.6
136+ python-version : 3.14.7
137137
138138 - name : Install flit
139139 run : |
You can’t perform that action at this time.
0 commit comments