mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Add builders for 3.12
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user