Skip to content

Commit

Permalink
Bump python to 3.12 from 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vasudev-gm committed Jan 4, 2025
1 parent 1afd94b commit cdea75f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 14 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Want to help us make this template better? Share your feedback here: https://forms.gle/ybq9Krt8jtBL3iCk7

ARG PYTHON_VERSION=3.11
ARG PYTHON_VERSION=3.12
FROM python:${PYTHON_VERSION}-slim as base

# Prevents Python from writing pyc files.
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ pip = "*"
[dev-packages]

[requires]
python_version = "3.11"
python_version = "3.12"
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.

21 changes: 11 additions & 10 deletions requirement.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
-i https://pypi.org/simple
annotated-types==0.7.0; python_version >= '3.8'
asgiref==3.8.1; python_version >= '3.8'
click==8.1.7; python_version >= '3.7'
click==8.1.8; python_version >= '3.7'
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
django==5.1; python_version >= '3.10'
django==5.1.4; python_version >= '3.10'
django-ninja==1.3.0; python_version >= '3.7'
granian==1.5.2; python_version >= '3.8'
orjson==3.10.7; python_version >= '3.8'
packaging==24.1; python_version >= '3.8'
pip==24.2; python_version >= '3.8'
granian==1.7.3; python_version >= '3.9'
orjson==3.10.13; python_version >= '3.8'
packaging==24.2; python_version >= '3.8'
pip==24.3.1; python_version >= '3.8'
pltable==1.1.0
pydantic==2.8.2; python_version >= '3.8'
pydantic-core==2.20.1; python_version >= '3.8'
pydantic==2.10.4; python_version >= '3.8'
pydantic-core==2.27.2; python_version >= '3.8'
python-dotenv==1.0.1; python_version >= '3.8'
sqlparse==0.5.1; python_version >= '3.8'
sqlparse==0.5.3; python_version >= '3.8'
typing-extensions==4.12.2; python_version >= '3.8'
tzdata==2024.1; python_version >= '2'
tzdata==2024.2; python_version >= '2'
uvloop==0.21.0; sys_platform != 'win32' and platform_python_implementation == 'CPython'

0 comments on commit cdea75f

Please sign in to comment.