File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 - name : Setup python
2121 uses : actions/setup-python@v2
2222 with :
23- python-version : 3.9
23+ python-version : 3.13
2424 - name : Install Tox
2525 run : pip install tox
2626 - name : Upgrade setuptools
Original file line number Diff line number Diff line change 1- FROM python:3.9-bookworm AS build
1+ FROM python:3.13-trixie AS build
22
33COPY . /src
44WORKDIR /src/python
5- RUN pip install --no-cache-dir build==1.2.2 && python3 -m build
5+ RUN pip install --no-cache-dir build==1.3.0 && python3 -m build
66
7- FROM python:3.9 -slim-bookworm
7+ FROM python:3.13 -slim-trixie
88ARG TZ
99ENV TZ=$TZ
1010
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ classifiers = [
1414 " Programming Language :: Python :: 3" ,
1515 " License :: OSI Approved :: Apache Software License"
1616]
17- requires-python = " >=3.9 "
17+ requires-python = " >=3.10 "
1818dependencies = [
1919 " etos_lib==5.1.3" ,
2020 " etcd3gw~=2.3" ,
You can’t perform that action at this time.
0 commit comments