Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to python 3.12.4
Browse files Browse the repository at this point in the history
snovikov committed Jun 10, 2024

Verified

This commit was signed with the committer’s verified signature.
Okabe-Junya Junya Okabe
1 parent 7371759 commit 093b987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ JENKINS_AGENT = 3206.vb_15dcf73f6a_9-10-jdk17

# Python versions: $PYTHON_MAJOR.$PYTHON_PATCH
PYTHON_MAJOR = 3.12
PYTHON_PATCH = 3
PYTHON_PATCH = 4

pull:
docker pull $(shell grep FROM Dockerfile | sed 's/^FROM//g' | sed "s/\$${JENKINS_AGENT}/$(JENKINS_AGENT)/g";)

0 comments on commit 093b987

Please sign in to comment.