We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c80406 commit f14fc29Copy full SHA for f14fc29
3 files changed
.github/workflows/workflow.yml
@@ -11,7 +11,7 @@ on:
11
pull_request:
12
13
env:
14
- PYTHON313: '3.13.6'
+ PYTHON313: '3.13.7'
15
PYTHON312: '3.12.11'
16
PYTHON311: '3.11.13'
17
PYTHON310: '3.10.18'
.python
@@ -1,4 +1,4 @@
1
-3.13.6#2025-08-14T15:07:45.161188Z
+3.13.7#2025-08-16T00:09:43.565194Z
2
3.12.11#2025-08-14T18:07:53.706434Z
3
3.11.13#2025-08-14T18:07:15.81166Z
4
3.10.18#2025-08-14T18:06:35.889444Z
Makefile
@@ -1,6 +1,6 @@
-include env_make
-PYTHON_VER ?= 3.13.6
+PYTHON_VER ?= 3.13.7
PYTHON_VER_MINOR := $(shell v='$(PYTHON_VER)'; echo "$${v%.*}")
5
6
REPO = wodby/python
0 commit comments