Skip to content

Commit

Permalink
Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb committed Mar 26, 2024
1 parent 99d25e7 commit 7f009d6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.11.1
python 3.10.13
python 3.11.7
2 changes: 1 addition & 1 deletion docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-bookworm
FROM python:3.11-bookworm

ENV PYTHONUNBUFFERED=1
ENV PYTHONDONTWRITEBYTECODE=1
Expand Down
45 changes: 3 additions & 42 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
celery = "^5.3.6"
dj-database-url = "^0.5.0"
django = "^4.2.11"
Expand Down
3 changes: 1 addition & 2 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
python-3.10.x

python-3.11.x

0 comments on commit 7f009d6

Please sign in to comment.