Skip to content

Commit 04ca857

Browse files
committed
Upgraded python to 3.12
1 parent b87aa68 commit 04ca857

File tree

4 files changed

+94
-86
lines changed

4 files changed

+94
-86
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# We suggest using the major.minor tag, not major.minor.patch.
2-
FROM python:3.10 AS builder
2+
FROM python:3.12 AS builder
33

44
# Sets an environmental variable that ensures output from python is sent straight to the terminal without buffering it first
55
ENV PYTHONUNBUFFERED 1
@@ -20,7 +20,7 @@ RUN PIPENV_VENV_IN_PROJECT=1 pipenv install --deploy --dev
2020

2121
############################# Application image ##############################
2222

23-
FROM python:3.10
23+
FROM python:3.12
2424

2525
# Choose an ID that will be consistent across all machines in the network
2626
# To avoid overlap with user IDs, use an ID over

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ types-tqdm = "*"
4646

4747

4848
[requires]
49-
python_version = "3.10"
49+
python_version = "3.12"

Pipfile.lock

Lines changed: 90 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A Django web app for viewing and validating Cree recordings done in Maskwacîs.
1010
Install
1111
-------
1212

13-
Requires Python 3.10, [Pipenv][], and [ffmpeg].
13+
Requires Python 3.12, [Pipenv][], and [ffmpeg].
1414

1515
[Pipenv]: https://github.com/pypa/pipenv#installation
1616
[ffmpeg]: https://www.ffmpeg.org/

0 commit comments

Comments
 (0)