Skip to content

Commit bd0e7fd

Browse files
committed
Upgrade python version to 3.12
1 parent 1ea2cf2 commit bd0e7fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.10
1+
3.12

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-slim-buster as base
1+
FROM python:3.12-slim-buster as base
22

33
LABEL maintainer="Deep Dev [email protected]"
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "GNU Affero General Public License v3.0"
77
package-mode = false
88

99
[tool.poetry.dependencies]
10-
python = "^3.8"
10+
python = "^3.12"
1111
beautifulsoup4 = "==4.9.3"
1212
boto3 = "==1.17.98"
1313
graphdoc = "0.4.0"

0 commit comments

Comments
 (0)