File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2727 - name : Checkout
2828 uses : actions/checkout@v6
2929
30- - name : Set up Python 3.13
30+ - name : Set up Python 3.14
3131 uses : actions/setup-python@v6
3232 with :
3333 python-version : " 3.14"
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - uses : actions/checkout@v6
20- - name : Set up Python 3.13
20+ - name : Set up Python 3.14
2121 uses : actions/setup-python@v6
2222 with :
2323 python-version : " 3.14"
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - uses : actions/checkout@v6
20- - name : Set up Python 3.13
20+ - name : Set up Python 3.14
2121 uses : actions/setup-python@v6
2222 with :
2323 python-version : " 3.14"
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - uses : actions/checkout@v6
20- - name : Set up Python 3.13
20+ - name : Set up Python 3.14
2121 uses : actions/setup-python@v6
2222 with :
2323 python-version : " 3.14"
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - uses : actions/checkout@v6
20- - name : Set up Python 3.13
20+ - name : Set up Python 3.14
2121 uses : actions/setup-python@v6
2222 with :
2323 python-version : " 3.14"
Original file line number Diff line number Diff line change 1- ARG PYTHON_VERSION=3.13
1+ ARG PYTHON_VERSION=3.14
22FROM python:$PYTHON_VERSION-slim AS base
33ARG UID=2000
44ARG GID=2000
You can’t perform that action at this time.
0 commit comments