Add builders for Python 3.11

This commit is contained in:
Robin Dunn
2023-05-31 12:36:50 -07:00
parent 10ceae2278
commit dd2164acfc
2 changed files with 8 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ New and improved in this release:
* Added wrappers for wxGenericStaticBitmap.
* This release was built using the wxWidgets' v3.2.2.1 release tag.
* Added Python 3.11 to the build system.

View File

@@ -201,6 +201,7 @@ regularBuilders = [ #'build-osx-py36',
'build-osx-py38',
'build-osx-py39',
'build-osx-py310',
'build-osx-py311',
#'build-gtk2-py36',
#'build-gtk2-py37',
'build-gtk2-py38',
@@ -210,6 +211,7 @@ regularBuilders = [ #'build-osx-py36',
'build-gtk3-py38',
'build-gtk3-py39',
'build-gtk3-py310',
'build-gtk3-py311',
#'build-win32-py36',
#'build-win32-py37',
#'build-win32-py38',
@@ -219,12 +221,14 @@ regularBuilders = [ #'build-osx-py36',
'build-win64-py38',
'build-win64-py39',
'build-win64-py310',
'build-win64-py311',
]
distBuilders = [ #'dist-osx-py36',
#'dist-osx-py37',
'dist-osx-py38',
'dist-osx-py39',
'dist-osx-py310',
'dist-osx-py311',
#'dist-win32-py36',
#'dist-win32-py37',
#'dist-win32-py38',
@@ -234,6 +238,7 @@ distBuilders = [ #'dist-osx-py36',
'dist-win64-py38',
'dist-win64-py39',
'dist-win64-py310',
'dist-win64-py311',
]
otherBuilders = [ 'dist-docs-py37',
'dist-src-py37',