File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - name : Set up Python 3.9
1818 uses : actions/setup-python@v2
1919 with :
20- python-version : " 3.9 "
20+ python-version : " 3.14 "
2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade virtualenv
Original file line number Diff line number Diff line change 1313 - name : Set up Python 3.9
1414 uses : actions/setup-python@v2
1515 with :
16- python-version : " 3.9 "
16+ python-version : " 3.14 "
1717 - name : Install dependencies
1818 run : |
1919 python -m pip install --upgrade virtualenv
Original file line number Diff line number Diff line change 1717 - name : Set up Python 3.9
1818 uses : actions/setup-python@v2
1919 with :
20- python-version : " 3.9 "
20+ python-version : " 3.14 "
2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade virtualenv
Original file line number Diff line number Diff line change 1- FROM python:3.9
1+ FROM python:3.14
22
33COPY k8spin_operator/requirements.txt /src/requirements.txt
44RUN pip install -r /src/requirements.txt
Original file line number Diff line number Diff line change 1- FROM python:3.9
1+ FROM python:3.14
22
33COPY k8spin_webhook/requirements.txt /src/requirements.txt
44RUN pip install -r /src/requirements.txt
You can’t perform that action at this time.
0 commit comments