Skip to content

Commit

Permalink
Specify python3.9 in Pipfile and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wiesner committed Feb 21, 2024
1 parent 37eada4 commit 5d2aeeb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.9
MAINTAINER openHPI Team <[email protected]>

# Install dependencies for opencv
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ django-celery-beat = "*"
opencv-python = "*"

[requires]
python_version = "3"
python_version = "3.9"

[pipenv]
allow_prereleases = true
allow_prereleases = true
4 changes: 2 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d2aeeb

Please sign in to comment.