Skip to content

Commit 4b50682

Browse files
committed
update to 3.14.0 version
1 parent b2bb5b2 commit 4b50682

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.9
1+
FROM docker.io/library/python:3.14.0
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.9")
4+
(:version "3.14.0")
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.9]")
7+
(:functions "[default python 3.14.0]")

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.9 | KaiyuanHan | 2025-11-05>
1+
# <python:3.14.0 | KaiyuanHan | 2025-11-05>
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.9:ghcr.io/taffish-org/python:3.13.9>
8+
<container:taf-python-v3.14.0:ghcr.io/taffish-org/python:3.14.0>
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.9:ghcr.io/taffish-org/python:3.13.9>
8+
<container:taf-python-v3.14.0:ghcr.io/taffish-org/python:3.14.0>
99
::*MAIN*::

0 commit comments

Comments
 (0)