Skip to content

Commit 6131d63

Browse files
committed
fix
1 parent 8eedc2f commit 6131d63

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9
1+
3.13

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9.9-slim-bullseye AS installer
1+
FROM python:3.13.1-slim-bookworm AS installer
22

33
ENV PATH=/root/.local/bin:$PATH
44

@@ -13,7 +13,7 @@ RUN apt-get -q update && apt-get -q install -y wget
1313
RUN wget -O mc https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2023-02-28T00-12-59Z
1414
RUN 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

1818
LABEL org.opencontainers.image.source = "https://github.com/neuro-inc/platform-buckets-api"
1919

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ classifiers =
1010

1111
[options]
1212
zip_safe = False
13-
python_requires = >=3.9
13+
python_requires = >=3.12
1414
packages = find:
1515
platforms = any
1616
include_package_data = True

0 commit comments

Comments
 (0)