File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- 3.9
1+ 3.13
Original file line number Diff line number Diff line change 1- FROM python:3.9.9 -slim-bullseye AS installer
1+ FROM python:3.13.1 -slim-bookworm AS installer
22
33ENV PATH=/root/.local/bin:$PATH
44
@@ -13,7 +13,7 @@ RUN apt-get -q update && apt-get -q install -y wget
1313RUN wget -O mc https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2023-02-28T00-12-59Z
1414RUN chmod +x mc
1515
16- FROM python:3.9.9 -slim-bullseye as service
16+ FROM python:3.13.1 -slim-bookworm as service
1717
1818LABEL org.opencontainers.image.source = "https://github.com/neuro-inc/platform-buckets-api"
1919
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ classifiers =
1010
1111[options]
1212zip_safe = False
13- python_requires = >=3.9
13+ python_requires = >=3.12
1414packages = find:
1515platforms = any
1616include_package_data = True
You can’t perform that action at this time.
0 commit comments