Skip to content

Commit

Permalink
Update python to 3.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Jun 8, 2024
1 parent fc306d8 commit daa8e1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
pull_request:

env:
PYTHON312: '3.12.3'
PYTHON312: '3.12.4'
PYTHON311: '3.11.9'
PYTHON310: '3.10.14'
PYTHON39: '3.9.19'
Expand Down
2 changes: 1 addition & 1 deletion .python
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
3.12.3#2024-05-15T23:25:30.77064Z
3.12.4#2024-06-07T22:50:54.125104Z
3.11.9#2024-05-15T23:24:34.475322Z
3.10.14#2024-05-14T18:26:51.027018Z
3.9.19#2024-05-14T21:10:23.46865Z
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env_make

PYTHON_VER ?= 3.12.3
PYTHON_VER ?= 3.12.4
PYTHON_VER_MINOR := $(shell v='$(PYTHON_VER)'; echo "$${v%.*}")

REPO = wodby/python
Expand Down

0 comments on commit daa8e1d

Please sign in to comment.