Skip to content

Commit 8136b77

Browse files
committed
update to python3.14
1 parent 1212ef8 commit 8136b77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
LATEST_PY_VERSION: '3.13'
10+
LATEST_PY_VERSION: '3.14'
1111

1212
jobs:
1313
test:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PYTHON_VERSION=3.13
1+
ARG PYTHON_VERSION=3.14
22

33
FROM python:${PYTHON_VERSION}-slim AS base
44

0 commit comments

Comments
 (0)