6057 Commits

Author SHA1 Message Date
Scott Talbert e0902e88b2 Merge pull request #2882 from jmoraleda/remove-noop-delete-inexistent-panes-aui
ci-build / build-source-dist (push) Has been cancelled
ci-build / Build wxPython documentation (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.10) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.14) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.14) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.14) (push) Has been cancelled
ci-build / Publish Python distribution to PyPI (push) Has been cancelled
ci-build / Create GitHub Release and upload source (push) Has been cancelled
ci-build / Upload demo/docs to extras.wxpython.org (push) Has been cancelled
ci-build / Upload wheels to snapshot-builds on wxpython.org (push) Has been cancelled
Remove no-op code from aui LoadPerspectives for deleting panes referring to inexistent windows
2026-04-23 08:51:31 -04:00
Jorge Moraleda 27da58880c Remove no-op code from aui for deleting panes created referring to inexistent windows that were created in the process of loading a perspective. Rationale: All panes that refer to inexistent windows created when loading a perspective that is otherwise valid are already removed during update. 2026-04-22 14:22:53 -04:00
Scott Talbert 4fb359002b Merge pull request #2878 from emersonrp/flatmenu_multimon
ci-build / build-source-dist (push) Has been cancelled
ci-build / Build wxPython documentation (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.10) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.14) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.14) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.14) (push) Has been cancelled
ci-build / Publish Python distribution to PyPI (push) Has been cancelled
ci-build / Create GitHub Release and upload source (push) Has been cancelled
ci-build / Upload demo/docs to extras.wxpython.org (push) Has been cancelled
ci-build / Upload wheels to snapshot-builds on wxpython.org (push) Has been cancelled
Make FlatMenu's repositioning logic multi-monitor aware
2026-04-08 15:13:44 -04:00
Scott Talbert 8dec16d241 Merge pull request #2877 from emersonrp/flatmenu_updates
Add several methods to FlatMenu and FlatMenuItem to mimic wx better.
2026-04-08 14:27:24 -04:00
Russell Pickett aa706e5052 Add several methods to FlatMenu and FlatMenuItem to mimic wx better.
This commit adds a number of new methods to the FlatMenu and
FlatMenuItem classes to bring them into closer parity with wx.Menu and
wx.MenuItem.

When trying to migrate an existing codebase from wx.Menu to FlatMenu, I
ran into several problems with unimplemented methods.  This is a
mostly-complete attempt to add methods that mirror those found on
wx.Menu and wx.MenuItem that were missing, either because they weren't
implemented initially, or because they were added to wx at a later time.

Several methods are added simply as new properties pointing to an
existing method.  This was already done in several places in FlatMenu,
so I continued with that style.

This does not bring FlatMenu into 100% parity with wx.Menu, as some
methods are already implemented in an incompatible way and I didn't want
this to suffer scope creep.  This commit implements the bulk of the
missing methods, though, and so gets FlatMenu much closer to being
something like a drop-in replacement in wx.Menu-based code.
2026-04-08 11:07:07 -05:00
Russell Pickett 8c2220fec0 Make flatmenu's repositioning logic multi-monitor aware
The logic flatmenu uses to decide whether a given menu is going to pop
up on-screen or whether it needs to be moved, truncated, etc does its
math based on the entire desktop size.  In a single-monitor case, this
is fine, but in a multi-monitor configuration, especially one where the
"Y" coordinates of the monitors don't match, it fails pretty
drastically.

This commit changes the logic to use wx.Display to decide which monitor
the menu is popping up on, and to use its size rectangle to decide
issues of moving menus around vertically and/or horizontally to stay
on-screen.
2026-04-07 18:25:03 -05:00
Scott Talbert 1a5e2cf275 Merge pull request #2874 from swt2c/accessibility_wip
ci-build / build-source-dist (push) Has been cancelled
ci-build / Build wxPython documentation (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.10) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.14) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.14) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.14) (push) Has been cancelled
ci-build / Publish Python distribution to PyPI (push) Has been cancelled
ci-build / Create GitHub Release and upload source (push) Has been cancelled
ci-build / Upload demo/docs to extras.wxpython.org (push) Has been cancelled
ci-build / Upload wheels to snapshot-builds on wxpython.org (push) Has been cancelled
Support CreateAccessible in all wxWindow subclasses
2026-04-01 14:41:54 -04:00
Scott Talbert 5e8e9a25a0 Merge pull request #2875 from emersonrp/mac_popup_window
ci-build / build-source-dist (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.10) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.14) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.14) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.14) (push) Has been cancelled
ci-build / Build wxPython documentation (push) Has been cancelled
ci-build / Publish Python distribution to PyPI (push) Has been cancelled
ci-build / Create GitHub Release and upload source (push) Has been cancelled
ci-build / Upload demo/docs to extras.wxpython.org (push) Has been cancelled
ci-build / Upload wheels to snapshot-builds on wxpython.org (push) Has been cancelled
Flatmenu: remove the unnecessary "mcPopupWindow" class used for MacOS
2026-03-31 21:00:02 -04:00
Scott Talbert 6c28d4599b Support CreateAccessible in all wxWindow subclasses
In order to do this, had to provide a C++ implementation of
CreateAccessible in all classes, and make wxAccessible visible in all
modules.  This was previously done in 5279c3c by Dietmar, but this
didn't work in our CI system where the sdist is built on a Linux system.
2026-03-31 20:54:30 -04:00
Russell Pickett 06e5eb3a9c Flatmenu: remove the unnecessary "mcPopupWindow" class used only for MacOS.
This commit removes the mcPopupWindow class that is used conditionally
on MacOS in place of wx.PopupWindow.  At the time the code was
originally written, MacOS didn't support wx.PopupWindow, but that is no
longer the case.

Using flatmenu on MacOS displays some weird rendering problems, with the
contents of the menu painted ~20 pixels lower than they should be, and
then being cut off by the same amount at the bottom.

Removing this logic and just using wx.PopupWindow everywhere gets rid of
the rendering problem on MacOS.
2026-03-31 20:23:12 -04:00
Scott Talbert 70fc073f72 Update GitHub Actions versions to be Node 24 compatible
ci-build / build-source-dist (push) Has been cancelled
ci-build / Build wxPython documentation (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.10) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.14) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.14) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.14) (push) Has been cancelled
ci-build / Publish Python distribution to PyPI (push) Has been cancelled
ci-build / Create GitHub Release and upload source (push) Has been cancelled
ci-build / Upload demo/docs to extras.wxpython.org (push) Has been cancelled
ci-build / Upload wheels to snapshot-builds on wxpython.org (push) Has been cancelled
2026-03-24 11:30:42 -04:00
Scott Talbert 0ff2afc188 Merge pull request #2871 from swt2c/wx_3.3.2
Update wxWidgets to v3.3.2
2026-03-24 09:44:23 -04:00
Scott Talbert 75d7af81d1 Merge pull request #2866 from neofelis2X/docs_theme
ci-build / build-source-dist (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.10) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.14) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.14) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.14) (push) Has been cancelled
ci-build / Build wxPython documentation (push) Has been cancelled
ci-build / Publish Python distribution to PyPI (push) Has been cancelled
ci-build / Create GitHub Release and upload source (push) Has been cancelled
ci-build / Upload demo/docs to extras.wxpython.org (push) Has been cancelled
ci-build / Upload wheels to snapshot-builds on wxpython.org (push) Has been cancelled
Update docs theme
2026-03-23 22:16:28 -04:00
Scott Talbert 5fc445e34e Handle changes in wxGLCanvas and wxWebView in wx 3.3.2 2026-03-23 22:03:29 -04:00
Scott Talbert 5cbba59dd7 Update wxWidgets to v3.3.2 2026-03-17 15:38:22 -04:00
neofelis2X 5ce68df16d Docs: Repair some broken links and references 2026-03-06 15:15:41 +01:00
neofelis2X a944b0fcbd Docs: Update widget screenshots with newer ones from wxWidgets 2026-03-06 15:15:41 +01:00
neofelis2X 7d3c779959 Docs: Colour and template updates 2026-03-06 15:15:41 +01:00
neofelis2X 88e5296898 Docs: Recreate and update some bitmaps and icons 2026-03-06 15:15:41 +01:00
neofelis2X ac99d17ea1 Docs: Update styling of front page index 2026-03-06 15:15:41 +01:00
neofelis2X 07d99337bf Docs: Reformat widget gallery 2026-03-06 15:15:41 +01:00
neofelis2X fabcbfdd78 Docs: Update javascript for inheritance diagrams 2026-03-06 15:15:41 +01:00
neofelis2X b1b67d9581 Docs: Add headerimage back in 2026-03-06 15:15:41 +01:00
neofelis2X c923d07cc3 Docs: Basic implementation of new theme 2026-03-06 15:15:41 +01:00
neofelis2X 75b9ee2631 Docs: Apply stc post-processing only once 2026-03-06 15:15:40 +01:00
Mark Roszko d7b45b87e3 Rewrite constexpr to const in member vars
ci-build / build-source-dist (push) Has been cancelled
ci-build / Build wxPython documentation (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.10) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.14) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.14) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.14) (push) Has been cancelled
ci-build / Publish Python distribution to PyPI (push) Has been cancelled
ci-build / Create GitHub Release and upload source (push) Has been cancelled
ci-build / Upload demo/docs to extras.wxpython.org (push) Has been cancelled
ci-build / Upload wheels to snapshot-builds on wxpython.org (push) Has been cancelled
The latest wx3.3 has constexpr members in a class
2026-02-18 20:50:35 -05:00
Scott Talbert a14508320d Lowercase sdist name in Linux wheel build
ci-build / build-source-dist (push) Has been cancelled
ci-build / Build wxPython documentation (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.10) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.14) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.14) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.14) (push) Has been cancelled
ci-build / Publish Python distribution to PyPI (push) Has been cancelled
ci-build / Create GitHub Release and upload source (push) Has been cancelled
ci-build / Upload demo/docs to extras.wxpython.org (push) Has been cancelled
ci-build / Upload wheels to snapshot-builds on wxpython.org (push) Has been cancelled
2026-02-08 09:29:47 -05:00
Scott Talbert 1dec4c8fc5 Fix build with setuptools 81+
ci-build / build-source-dist (push) Has been cancelled
ci-build / Build wxPython documentation (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.10) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.14) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.14) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.14) (push) Has been cancelled
ci-build / Publish Python distribution to PyPI (push) Has been cancelled
ci-build / Create GitHub Release and upload source (push) Has been cancelled
ci-build / Upload demo/docs to extras.wxpython.org (push) Has been cancelled
ci-build / Upload wheels to snapshot-builds on wxpython.org (push) Has been cancelled
Unfortunately distutils changed the API of copy_file and
copy_tree, so we need to replace our monkey patched versions.
2026-02-06 20:31:33 -05:00
Scott Talbert ad2ac54121 Fix compile warning in ListClass __contains__ methods
Use Member() which returns a bool which is what we need anyway.
2026-02-06 15:58:49 -05:00
Scott Talbert 28ae8e297f Migrate macOS ARM CI to macOS 15
ci-build / build-source-dist (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.10) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-15, 3.14) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-24.04, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2025, 3.14) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.10) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.11) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.12) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.13) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2025, 3.14) (push) Has been cancelled
ci-build / Build wxPython documentation (push) Has been cancelled
ci-build / Publish Python distribution to PyPI (push) Has been cancelled
ci-build / Create GitHub Release and upload source (push) Has been cancelled
ci-build / Upload demo/docs to extras.wxpython.org (push) Has been cancelled
ci-build / Upload wheels to snapshot-builds on wxpython.org (push) Has been cancelled
Also migrate the static cibuildwheel options to pyproject.toml rather
than envvars.
2026-02-06 11:52:48 -05:00
Scott Talbert 66886e654e Migrate Windows CI to Windows 2025 Runners
More preparation for deprecation of windows-2022...
2026-02-06 11:36:58 -05:00
Scott Talbert bd1370317d Migrate Linux CI to Ubuntu 24.04 runners
Presumably 22.04 will be retired and 24.04 should certainly be stable
enough at this point.
2026-02-06 10:37:28 -05:00
Scott Talbert 50de9a94e6 Update sip to v6.15.1 2026-02-05 22:38:54 -05:00
Scott Talbert b2b09702b0 Merge pull request #2850 from swt2c/wx_3.3
ci-build / build-source-dist (push) Has been cancelled
ci-build / Build wxPython documentation (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.10) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.14) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.14) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.10) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.11) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.12) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.13) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.14) (push) Has been cancelled
ci-build / Publish Python distribution to PyPI (push) Has been cancelled
ci-build / Create GitHub Release and upload source (push) Has been cancelled
ci-build / Upload demo/docs to extras.wxpython.org (push) Has been cancelled
ci-build / Upload wheels to snapshot-builds on wxpython.org (push) Has been cancelled
Migrate master branch to build with wxWidgets 3.3
2026-02-02 19:53:27 -05:00
Scott Talbert e80e8fb069 Migrate to build with wxWidgets 3.3 branch 2026-02-01 21:13:28 -05:00
Scott Talbert 4f298b1cb2 Update Microsoft.Web.WebView2 DLLs to version 1.0.3719.77 2026-02-01 10:04:46 -05:00
Scott Talbert 7b55f7bc5b Fix bug in _archive_submodules exposed by newer wx 2026-01-31 21:32:31 -05:00
Scott Talbert 6211470f6b Revert "Build wxWidgets with libtiff v4.7.0 and pcre v10.44"
This reverts commit bc1c9ce174.
2026-01-28 22:03:06 -05:00
Scott Talbert da01d43b27 Update sip generator to handle constexpr's
These are now in use for global constants in wxWidgets.  sip
doesn't seem to understand them yet, so just change them to const.
2026-01-28 21:22:33 -05:00
Scott Talbert a42af0887b Remove unicode build option as it can no longer be disabled in wx 3.3+ 2026-01-28 21:22:33 -05:00
Scott Talbert 1327f64a54 Add a sip MappedType for std::vector 2026-01-28 21:22:28 -05:00
Scott Talbert b37708ac8f Add std::vector wrapper template to etgtools
Patch by Mark Roszko <mark.roszko@gmail.com>.
2026-01-25 16:07:29 -05:00
Marek Roszko f9f95674c5 Add enum class support to etgtools 2026-01-25 15:46:35 -05:00
Scott Talbert f9e80a1142 Merge pull request #2847 from vadz/fix-ci
ci-build / build-source-dist (push) Has been cancelled
ci-build / Build wxPython documentation (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.10) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.14) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.14) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.10) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.11) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.12) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.13) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.14) (push) Has been cancelled
ci-build / Publish Python distribution to PyPI (push) Has been cancelled
ci-build / Create GitHub Release and upload source (push) Has been cancelled
ci-build / Upload demo/docs to extras.wxpython.org (push) Has been cancelled
ci-build / Upload wheels to snapshot-builds on wxpython.org (push) Has been cancelled
Add typing-extensions to build system requirements
2026-01-24 21:59:34 -05:00
Scott Talbert d70dd99974 Merge pull request #2846 from vadz/improve-build-instructions
Minor improvements to the build instructions in README
2026-01-24 20:36:22 -05:00
Scott Talbert 88433909d8 Update typing-extensions dependency for Python version 2026-01-24 20:32:29 -05:00
Vadim Zeitlin 381e1e10f0 Add typing-extensions to build system requirements
This should fix CI jobs using Python 3.10 where this module is needed.
2026-01-25 00:50:15 +01:00
Vadim Zeitlin 69adb5dc60 Document that ext/nanosvg is needed even when using system wx
The build would fail due to failing to find nanosvg.h when compiling the
generated wx/svg/_nanosvg.c otherwise.
2026-01-24 18:12:10 +01:00
Vadim Zeitlin cf41612878 Mention that requirements must be installed before building
This may be obvious to Python-native developers, but can probably still
be helpful for people who just try to follow the instructions.
2026-01-24 18:09:38 +01:00
Scott Talbert 09516ed4f0 Merge pull request #2841 from swt2c/sip_6.15.0
ci-build / build-source-dist (push) Has been cancelled
ci-build / Build wxPython documentation (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.10) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.14) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, windows-11-arm, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, macos-15-intel, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.14) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.14) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.10) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.11) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.12) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.13) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.14) (push) Has been cancelled
ci-build / Publish Python distribution to PyPI (push) Has been cancelled
ci-build / Create GitHub Release and upload source (push) Has been cancelled
ci-build / Upload demo/docs to extras.wxpython.org (push) Has been cancelled
ci-build / Upload wheels to snapshot-builds on wxpython.org (push) Has been cancelled
Update sip to v6.15.0
2025-12-18 09:53:26 -05:00