On Fri, 23 Jan 2026 13:52:41 -0500 Mark Roszko wrote:
MR> Currently we are looking to start to create a few release candidates soon
MR> with a final release by the end of February.
There is also a question of whether you could use the current master for
these RCs, so that it would get some testing before making 3.3.2 or if you
need 3.3.2 to happen first in order to be able to use it?
As of right now, I think I have the fix for wxStaticBitmap bug (see
https://github.com/wxWidgets/wxWidgets/pull/26110) and I hope the OP
updates the dark fixes PR soon but, failing that, I'll do it myself
(this is
https://github.com/wxWidgets/wxWidgets/pull/26053). So another
question is how important would it be to fix IME issues in wxGrid
(
https://github.com/wxWidgets/wxWidgets/issues/24558) for you?
Other than that I don't see anything critical preventing us from making
the release soon. If you can make your RCs using current master (we could
tag it as 3.3.2-rcN too, if it would help), then we could make the release
slightly later, but if not, we could do it in the beginning of February, I
think (February 2 would conform to our usual conventions).
MR> We are currently keeping macOS on 3.2 with just backports of bug fixes.
If we decide to make 3.3.2 very soon, I think we'd better postpone with
applying Robert's PRs until after it as they almost certainly won't get
enough testing before the release.
MR> We have a wxpython dependency and I've only patched it out Windows
MR> build with 3.3.
I'd be curious to know how did you build wxPython with 3.3 as I ran into
many errors while trying to do it (see
https://github.com/wxWidgets/Phoenix/issues/2845).