build(python): python 3.12.x (#55)
This commit is contained in:
parent
1406ac1364
commit
c2b3e438f5
4 changed files with 6 additions and 6 deletions
|
@ -1 +1 @@
|
|||
3.10.11
|
||||
3.12
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.11-slim
|
||||
FROM python:3.12-slim
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
@ -12,7 +12,7 @@ WORKDIR /app
|
|||
|
||||
COPY ./requirements.txt ./requirements.txt
|
||||
|
||||
RUN python3 -m pip install -U pip==23.0.0 pip-tools==7.1.0
|
||||
RUN python3 -m pip install -U pip==23.3 pip-tools==7.3.0
|
||||
RUN python3 -m pip install -r ./requirements.txt
|
||||
|
||||
COPY ./rotini ./rotini
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[project]
|
||||
name = "rotini"
|
||||
version = "0.0.0"
|
||||
requires-python = ">= 3.10"
|
||||
requires-python = ">= 3.12"
|
||||
dependencies = [
|
||||
"uvicorn[standard]",
|
||||
"python-multipart",
|
||||
|
|
|
@ -18,7 +18,7 @@ click==8.1.7
|
|||
# uvicorn
|
||||
dill==0.3.7
|
||||
# via pylint
|
||||
django==4.2.7
|
||||
django==4.2.8
|
||||
# via
|
||||
# -c requirements.txt
|
||||
# djangorestframework
|
||||
|
@ -118,7 +118,7 @@ tomli==2.0.1
|
|||
# pytest
|
||||
tomlkit==0.12.3
|
||||
# via pylint
|
||||
typing-extensions==4.8.0
|
||||
typing-extensions==4.9.0
|
||||
# via
|
||||
# -c requirements.txt
|
||||
# asgiref
|
||||
|
|
Reference in a new issue