Skip to content

Commit 600cb40

Browse files
committed
update python 3.12.9
1 parent a2f4245 commit 600cb40

File tree

4 files changed

+8
-59
lines changed

4 files changed

+8
-59
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Set up Python
5656
uses: actions/setup-python@v4
5757
with:
58-
python-version: "3.10.16"
58+
python-version: "3.12.9"
5959

6060
- name: Install dependencies
6161
run: poetry install --no-interaction

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10.16 as base
1+
FROM python:3.12.9 as base
22
LABEL maintainer "ODL DevOps <[email protected]>"
33

44
# Add package files, install updated node and pip

poetry.lock

Lines changed: 5 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = ["MIT ODL"]
99

1010

1111
[tool.poetry.dependencies]
12-
python = "3.10.16"
12+
python = "3.12.9"
1313

1414
beautifulsoup4 = "^4.8.2"
1515
bleach = "^5.0.1"

0 commit comments

Comments
 (0)