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 1212ef8 commit 8136b77Copy full SHA for 8136b77
.github/workflows/cicd.yaml
@@ -7,7 +7,7 @@ on:
7
workflow_dispatch:
8
9
env:
10
- LATEST_PY_VERSION: '3.13'
+ LATEST_PY_VERSION: '3.14'
11
12
jobs:
13
test:
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG PYTHON_VERSION=3.13
+ARG PYTHON_VERSION=3.14
2
3
FROM python:${PYTHON_VERSION}-slim AS base
4
0 commit comments