@@ -100,9 +100,9 @@ python_configurations = [
100100 { identifier = " cp311-macosx_x86_64" , version = " 3.11" , url = " https://www.python.org/ftp/python/3.11.4/python-3.11.4-macos11.pkg" },
101101 { identifier = " cp311-macosx_arm64" , version = " 3.11" , url = " https://www.python.org/ftp/python/3.11.4/python-3.11.4-macos11.pkg" },
102102 { identifier = " cp311-macosx_universal2" , version = " 3.11" , url = " https://www.python.org/ftp/python/3.11.4/python-3.11.4-macos11.pkg" },
103- { identifier = " cp312-macosx_x86_64" , version = " 3.12" , url = " https://www.python.org/ftp/python/3.12.0/python-3.12.0b4 -macos11.pkg" },
104- { identifier = " cp312-macosx_arm64" , version = " 3.12" , url = " https://www.python.org/ftp/python/3.12.0/python-3.12.0b4 -macos11.pkg" },
105- { identifier = " cp312-macosx_universal2" , version = " 3.12" , url = " https://www.python.org/ftp/python/3.12.0/python-3.12.0b4 -macos11.pkg" },
103+ { identifier = " cp312-macosx_x86_64" , version = " 3.12" , url = " https://www.python.org/ftp/python/3.12.0/python-3.12.0rc1 -macos11.pkg" },
104+ { identifier = " cp312-macosx_arm64" , version = " 3.12" , url = " https://www.python.org/ftp/python/3.12.0/python-3.12.0rc1 -macos11.pkg" },
105+ { identifier = " cp312-macosx_universal2" , version = " 3.12" , url = " https://www.python.org/ftp/python/3.12.0/python-3.12.0rc1 -macos11.pkg" },
106106 { identifier = " pp37-macosx_x86_64" , version = " 3.7" , url = " https://downloads.python.org/pypy/pypy3.7-v7.3.9-osx64.tar.bz2" },
107107 { identifier = " pp38-macosx_x86_64" , version = " 3.8" , url = " https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_x86_64.tar.bz2" },
108108 { identifier = " pp38-macosx_arm64" , version = " 3.8" , url = " https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_arm64.tar.bz2" },
@@ -126,12 +126,12 @@ python_configurations = [
126126 { identifier = " cp310-win_amd64" , version = " 3.10.11" , arch = " 64" },
127127 { identifier = " cp311-win32" , version = " 3.11.4" , arch = " 32" },
128128 { identifier = " cp311-win_amd64" , version = " 3.11.4" , arch = " 64" },
129- { identifier = " cp312-win32" , version = " 3.12.0-b4 " , arch = " 32" },
130- { identifier = " cp312-win_amd64" , version = " 3.12.0-b4 " , arch = " 64" },
129+ { identifier = " cp312-win32" , version = " 3.12.0-rc1 " , arch = " 32" },
130+ { identifier = " cp312-win_amd64" , version = " 3.12.0-rc1 " , arch = " 64" },
131131 { identifier = " cp39-win_arm64" , version = " 3.9.10" , arch = " ARM64" },
132132 { identifier = " cp310-win_arm64" , version = " 3.10.11" , arch = " ARM64" },
133133 { identifier = " cp311-win_arm64" , version = " 3.11.4" , arch = " ARM64" },
134- { identifier = " cp312-win_arm64" , version = " 3.12.0-b4 " , arch = " ARM64" },
134+ { identifier = " cp312-win_arm64" , version = " 3.12.0-rc1 " , arch = " ARM64" },
135135 { identifier = " pp37-win_amd64" , version = " 3.7" , arch = " 64" , url = " https://downloads.python.org/pypy/pypy3.7-v7.3.9-win64.zip" },
136136 { identifier = " pp38-win_amd64" , version = " 3.8" , arch = " 64" , url = " https://downloads.python.org/pypy/pypy3.8-v7.3.11-win64.zip" },
137137 { identifier = " pp39-win_amd64" , version = " 3.9" , arch = " 64" , url = " https://downloads.python.org/pypy/pypy3.9-v7.3.12-win64.zip" },
0 commit comments