Skip to content

Commit 3432572

Browse files
Update Python to v3.13.0
1 parent 8e2ffd8 commit 3432572

File tree

3 files changed

+4
-66
lines changed

3 files changed

+4
-66
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.6
1+
FROM python:3.13.0
22
LABEL maintainer "ODL DevOps <[email protected]>"
33

44
# Add package files, install updated node and pip

poetry.lock

+2-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = ["MIT ODL"]
99

1010

1111
[tool.poetry.dependencies]
12-
python = "3.12.6"
12+
python = "3.13.0"
1313
attrs = "^24.0.0"
1414
base36 = "^0.1.1"
1515
beautifulsoup4 = "^4.8.2"

0 commit comments

Comments
 (0)