We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e6ef8 commit 03e6bbdCopy full SHA for 03e6bbd
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
48
with:
49
- python-version: "3.13.7"
+ python-version: "3.14.0"
50
cache: "poetry"
51
52
- name: Validate lockfile
.python-version
@@ -1 +1 @@
1
-3.13.7
+3.14.0
Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.13.7
+FROM python:3.14.0
2
LABEL maintainer "ODL DevOps <mitx-devops@mit.edu>"
3
4
# Add package files, install updated node and pip
0 commit comments