I just noticed that wxWidgets 3.2.3 has recently been releases (2023-10-12).
What is the plan for a wxPython build with wxWidgets 3.2.3.
rebuild of wxPython 4.2.1 with wxWidgets 3.2.3?
new release of wxPython 4.2.2 with wxWidgets 3.2.3?
Are there any snapshots that use the latest wxWidgets release?
The snapshot directory latest files are from 2023-08-31. I don’t see anything for September or October.
I made some simple bug fixes to the UltimateListCtrl a while ago. My Pull Requests have been merged to the master branch and it would be nice if they could be part of a new official release. However, only @Robin is able to produce releases, which would depend on his other commitments.
Unfortunately, wx.stc is based on old Scintilla 3.7.2.
The current version of wxSTC (wxWidgets 3.2.3) appears to be based on the Scintilla 5.0 (I don’t know which long-term version 3.x.x corresponds to it from the history: Scintilla).
I’m not sure if the fix will be included in wx.stc. Does anyone know about it?
Not sure if wxPython update is due soon (I have my fingers crossed).
I do see merges of wxWidgets 3.2.4 in the git repo that is very encouraging.
There are some builds from Jan 2024 in the snapshots folder, but only for macOS. The buildbot also only seems to have macOS entries. There used to be Windows and Linux builds but they seemed to have disappeared. I wonder where they have gone?