Skip to content

Commit 37a5f41

Browse files
Update Python version to 3.10 in Pipfile and Dockerfile
Co-authored-by: ChasNelson1990 <7795189+ChasNelson1990@users.noreply.github.com>
1 parent 9cc2225 commit 37a5f41

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ pyfakefs = "==3.2"
137137
twine = "*"
138138

139139
[requires]
140-
python_version = "3.8"
140+
python_version = "3.10"

ckan/Dockerfile

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

33
# OCI Annotations from https://github.com/opencontainers/image-spec/blob/master/annotations.md
44
LABEL org.opencontainers.image.maintainer="support@fjelltopp.org"

0 commit comments

Comments
 (0)