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 484d1a1 commit b0cf81cCopy full SHA for b0cf81c
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Python
15
uses: actions/setup-python@v5
16
with:
17
- python-version: 3.13
+ python-version: 3.14
18
19
- name: Install uv
20
run: curl -LsSf https://astral.sh/uv/install.sh | sh
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13-slim
+FROM python:3.14-slim
2
3
RUN python3 -m venv /opt/venv
4
# Activate venv
0 commit comments