Add builders for 3.12

This commit is contained in:
Robin Dunn
2023-05-31 17:09:14 -07:00
parent 7f35fb72ff
commit 35d78fb04d
2 changed files with 7 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ wxPython Changelog
4.2.1 4.2.1
------------------- -------------------
* unreleased * 1-June-2023
PyPI: https://pypi.python.org/pypi/wxPython/4.2.1 PyPI: https://pypi.python.org/pypi/wxPython/4.2.1
Extras: https://extras.wxPython.org/wxPython4/extras/ Extras: https://extras.wxPython.org/wxPython4/extras/
@@ -24,6 +24,8 @@ New and improved in this release:
* Added Python 3.11 to the build system. * Added Python 3.11 to the build system.
* Added Python 3.12 (beta) to the build system.
4.2.0 "Rumors of my death are only slightly exaggerated" 4.2.0 "Rumors of my death are only slightly exaggerated"

View File

@@ -217,12 +217,14 @@ regularBuilders = [ #'build-osx-py36',
'build-win32-py39', 'build-win32-py39',
'build-win32-py310', 'build-win32-py310',
'build-win32-py311', 'build-win32-py311',
'build-win32-py312',
#'build-win64-py36', #'build-win64-py36',
#'build-win64-py37', #'build-win64-py37',
'build-win64-py38', 'build-win64-py38',
'build-win64-py39', 'build-win64-py39',
'build-win64-py310', 'build-win64-py310',
'build-win64-py311', 'build-win64-py311',
'build-win64-py312',
] ]
distBuilders = [ #'dist-osx-py36', distBuilders = [ #'dist-osx-py36',
#'dist-osx-py37', #'dist-osx-py37',
@@ -236,12 +238,14 @@ distBuilders = [ #'dist-osx-py36',
'dist-win32-py39', 'dist-win32-py39',
'dist-win32-py310', 'dist-win32-py310',
'dist-win32-py311', 'dist-win32-py311',
'dist-win32-py312',
#'dist-win64-py36', #'dist-win64-py36',
'dist-win64-py37', 'dist-win64-py37',
'dist-win64-py38', 'dist-win64-py38',
'dist-win64-py39', 'dist-win64-py39',
'dist-win64-py310', 'dist-win64-py310',
'dist-win64-py311', 'dist-win64-py311',
'dist-win64-py312',
] ]
otherBuilders = [ 'dist-docs-py37', otherBuilders = [ 'dist-docs-py37',
'dist-src-py37', 'dist-src-py37',