Skip to content

Commit f14fc29

Browse files
committed
Update python to 3.13.7
1 parent 7c80406 commit f14fc29

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
pull_request:
1212

1313
env:
14-
PYTHON313: '3.13.6'
14+
PYTHON313: '3.13.7'
1515
PYTHON312: '3.12.11'
1616
PYTHON311: '3.11.13'
1717
PYTHON310: '3.10.18'

.python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
3.13.6#2025-08-14T15:07:45.161188Z
1+
3.13.7#2025-08-16T00:09:43.565194Z
22
3.12.11#2025-08-14T18:07:53.706434Z
33
3.11.13#2025-08-14T18:07:15.81166Z
44
3.10.18#2025-08-14T18:06:35.889444Z

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-include env_make
22

3-
PYTHON_VER ?= 3.13.6
3+
PYTHON_VER ?= 3.13.7
44
PYTHON_VER_MINOR := $(shell v='$(PYTHON_VER)'; echo "$${v%.*}")
55

66
REPO = wodby/python

0 commit comments

Comments
 (0)