@@ -18,6 +18,7 @@ python_39: false
1818python_310 : false
1919python_311 : false
2020python_312 : true
21+ python_313 : false
2122
2223pillow : false
2324lxml : false
@@ -38,6 +39,7 @@ versions:
3839 py310 : " 3.10.14"
3940 py311 : " 3.11.9"
4041 py312 : " 3.12.3"
42+ py313 : " 3.13.0b1" # on a final release, the url path needs to be adjusted
4143
4244hashes :
4345 py24 : " 76083277f6c7e4d78992f36d7ad9018d"
@@ -55,6 +57,7 @@ hashes:
5557 py310 : " 05148354ce821ba7369e5b7958435400"
5658 py311 : " 22ea467e7d915477152e99d5da856ddc"
5759 py312 : " 8defb33f0c37aa4bdd3a38ba52abde4e"
60+ py313 : " e1208b22c67c77de72a5e20025b2fb53"
5861
5962venv_versions :
6063 py24 : " 1.7.2"
@@ -68,6 +71,30 @@ base_install_folder: "/srv"
6871ftp_url : " https://www.python.org/ftp/python"
6972pkg_url : " https://files.pythonhosted.org/packages"
7073
74+ venv24 :
75+ version : " {{ venv_versions.py24 }}"
76+ file_hash : " 7b88d35d0a353ec70e42aa37fd8b0bd1c643419c80f022ffaafa4d6449f0"
77+ url : " {{ pkg_url }}/16/86/{{ file_hash }}/virtualenv-1.7.2.tar.gz"
78+ md5 : " b5d63b05373a4344ae099a68875aae78"
79+ tar_file : " /tmp/virtualenv-{{ venv_versions.py24 }}.tar.gz"
80+ sources : " /tmp/virtualenv-{{ venv_versions.py24 }}"
81+
82+ venv26 :
83+ version : " {{ venv_versions.py26 }}"
84+ file_hash : " f425e456e017af4801bb08920e30c149a44ac0c194f2225bdb712e77701c"
85+ url : " {{ pkg_url }}/d5/5b/{{ file_hash }}/virtualenv-1.10.tar.gz"
86+ md5 : " 9745c28256c70c76d36adb3767a00212"
87+ tar_file : " /tmp/virtualenv-{{ venv_versions.py26 }}.tar.gz"
88+ sources : " /tmp/virtualenv-{{ venv_versions.py26 }}"
89+
90+ venv27 :
91+ version : " {{ venv_versions.py27 }}"
92+ file_hash : " 706af3ee62032933a3217454609c50a5325a6bd9c2c2f495b58c456ba286"
93+ url : " {{ pkg_url }}/37/27/{{ file_hash }}/virtualenv-16.6.1.tar.gz"
94+ md5 : " b05b03dc6ecb3caaa3d58bfcccf4e786"
95+ tar_file : " /tmp/virtualenv-{{ venv_versions.py27 }}.tar.gz"
96+ sources : " /tmp/virtualenv-{{ venv_versions.py27 }}"
97+
7198py24 :
7299 version : " {{ versions.py24 }}"
73100 major_version : " 2.4"
@@ -218,26 +245,12 @@ py312:
218245 install : " {{ base_install_folder }}/python{{ versions.py312 }}"
219246 bin : " {{ base_install_folder }}/python{{ versions.py312 }}/bin/python3.12"
220247
221- venv24 :
222- version : " {{ venv_versions.py24 }}"
223- file_hash : " 7b88d35d0a353ec70e42aa37fd8b0bd1c643419c80f022ffaafa4d6449f0"
224- url : " {{ pkg_url }}/16/86/{{ file_hash }}/virtualenv-1.7.2.tar.gz"
225- md5 : " b5d63b05373a4344ae099a68875aae78"
226- tar_file : " /tmp/virtualenv-{{ venv_versions.py24 }}.tar.gz"
227- sources : " /tmp/virtualenv-{{ venv_versions.py24 }}"
228-
229- venv26 :
230- version : " {{ venv_versions.py26 }}"
231- file_hash : " f425e456e017af4801bb08920e30c149a44ac0c194f2225bdb712e77701c"
232- url : " {{ pkg_url }}/d5/5b/{{ file_hash }}/virtualenv-1.10.tar.gz"
233- md5 : " 9745c28256c70c76d36adb3767a00212"
234- tar_file : " /tmp/virtualenv-{{ venv_versions.py26 }}.tar.gz"
235- sources : " /tmp/virtualenv-{{ venv_versions.py26 }}"
236-
237- venv27 :
238- version : " {{ venv_versions.py27 }}"
239- file_hash : " 706af3ee62032933a3217454609c50a5325a6bd9c2c2f495b58c456ba286"
240- url : " {{ pkg_url }}/37/27/{{ file_hash }}/virtualenv-16.6.1.tar.gz"
241- md5 : " b05b03dc6ecb3caaa3d58bfcccf4e786"
242- tar_file : " /tmp/virtualenv-{{ venv_versions.py27 }}.tar.gz"
243- sources : " /tmp/virtualenv-{{ venv_versions.py27 }}"
248+ py313 :
249+ version : " {{ versions.py313 }}"
250+ major_version : " 3.13"
251+ url : " {{ ftp_url }}/3.13.0/Python-{{ versions.py313 }}.tar.xz"
252+ md5 : " {{ hashes.py313 }}"
253+ tar_file : " /tmp/py{{ versions.py313 }}.tar.xz"
254+ sources : " /tmp/Python-{{ versions.3.13 }}"
255+ install : " {{ base_install_folder }}/python{{ versions.3.13 }}"
256+ bin : " {{ base_install_folder }}/python{{ versions.3.13 }}/bin/python3.13"
0 commit comments