Skip to content

Commit 6f68c61

Browse files
authored
Merge pull request #9 from CroudTech/feature/CP-6366-update-python-version-and-deps
Feature/CP-6366 update python version and deps
2 parents 58f7b20 + 44bcf76 commit 6f68c61

File tree

5 files changed

+2099
-1927
lines changed

5 files changed

+2099
-1927
lines changed

DockerfileEcs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-slim
1+
FROM python:3.12-slim
22

33
COPY Pipfile* /
44

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ pytest-xdist = "*"
2828
twine = "*"
2929

3030
[requires]
31-
python_version = "3.8"
31+
python_version = "3.12"

0 commit comments

Comments
 (0)