Skip to content

Commit 56acea7

Browse files
committed
feat: bump 3.8 to 3.13 Python versions
1 parent 4ebf500 commit 56acea7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

defaults/main/python.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ versions:
1616
py35: "3.5.10"
1717
py36: "3.6.15"
1818
py37: "3.7.17"
19-
py38: "3.8.19"
20-
py39: "3.9.19"
21-
py310: "3.10.14"
22-
py311: "3.11.9"
23-
py312: "3.12.5"
24-
py313: "3.13.0rc1" # on a final release, the url path needs to be adjusted
19+
py38: "3.8.20"
20+
py39: "3.9.20"
21+
py310: "3.10.15"
22+
py311: "3.11.10"
23+
py312: "3.12.7"
24+
py313: "3.13.0"
2525

2626
hashes:
2727
py24: "76083277f6c7e4d78992f36d7ad9018d"
@@ -34,12 +34,12 @@ hashes:
3434
py35: "75c9c268703654aa6f6f2ae67303dde4"
3535
py36: "bc04aa6c2a1a172a35012abd668538cd"
3636
py37: "dd94cab4541b57b88cf3dab32d6336e3"
37-
py38: "2532d25930266546822c144b99652254"
38-
py39: "87d0f8281237b972ff8b23e0e2c8d325"
39-
py310: "05148354ce821ba7369e5b7958435400"
40-
py311: "22ea467e7d915477152e99d5da856ddc"
41-
py312: "02c7d269e077f4034963bba6befdc715"
42-
py313: "9213ecfedc510ac2a14c0eeea96baf02"
37+
py38: "745478c81d6382cf46b5e7ad89e56008"
38+
py39: "bdcda0fdb99e7e17018f6886fae5e1fd"
39+
py310: "8b1faa1b193e4e90c0f17eb2decd89b5"
40+
py311: "af59e243df4c7019f941ae51891c10bc"
41+
py312: "c6c933c1a0db52597cb45a7910490f93"
42+
py313: "726e5b829fcf352326874c1ae599abaa"
4343

4444
##
4545
# Specific python version details, based on the variables above
@@ -198,7 +198,7 @@ py312:
198198
py313:
199199
version: "{{ versions.py313 }}"
200200
major_version: "3.13"
201-
url: "{{ ftp_url }}/3.13.0/Python-{{ versions.py313 }}.tar.xz"
201+
url: "{{ ftp_url }}/{{ versions.py313 }}/Python-{{ versions.py313 }}.tar.xz"
202202
md5: "{{ hashes.py313 }}"
203203
tar_file: "/tmp/py{{ versions.py313 }}.tar.xz"
204204
sources: "/tmp/Python-{{ versions.3.13 }}"

0 commit comments

Comments
 (0)