Skip to content

Commit 08757f2

Browse files
committed
add 3.12.9 version
1 parent 7ee0abc commit 08757f2

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/python:3.13.2
1+
FROM docker.io/library/python:3.12.9
22

33
LABEL maintainer="taffish@163.com"
44

python.info.lisp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(:name "python")
22
(:repo "taffish-org/python")
33
(:author "KaiyuanHan")
4-
(:version "3.13.2")
4+
(:version "3.12.9")
55
(:intro "Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation.")
66
(:dependencies)
7-
(:functions "[default python 3.13.2]")
7+
(:functions "[default python 3.12.9]")

python.info.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# <python:3.13.2 | KaiyuanHan | 2025-03-08>
1+
# <python:3.12.9 | KaiyuanHan | 2025-03-20>
22
ARGS
33
<else>
44
cat ::*LOAD-DIR*::../python.info.txt
55
<main>
66
python ::file:: ::in::
77
RUN
8-
<container:taf-python-v3.13.2:ghcr.io/taffish-org/python:3.13.2>
8+
<container:taf-python-v3.12.9:ghcr.io/taffish-org/python:3.12.9>
99
::*MAIN*::

tafs/python.taf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ ARGS
55
<main>
66
python ::file:: ::in::
77
RUN
8-
<container:taf-python-v3.13.2:ghcr.io/taffish-org/python:3.13.2>
8+
<container:taf-python-v3.12.9:ghcr.io/taffish-org/python:3.12.9>
99
::*MAIN*::

0 commit comments

Comments
 (0)