Skip to content

Commit

Permalink
Upgrade python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thenav56 committed Jun 14, 2024
1 parent 1ea2cf2 commit bd0e7fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.10
3.12
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-slim-buster as base
FROM python:3.12-slim-buster as base

LABEL maintainer="Deep Dev dev@thedeep.io"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GNU Affero General Public License v3.0"
package-mode = false

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.12"
beautifulsoup4 = "==4.9.3"
boto3 = "==1.17.98"
graphdoc = "0.4.0"
Expand Down

0 comments on commit bd0e7fd

Please sign in to comment.