wxPython 4.2.2 released

A big thank you to @swt2c for all his efforts in making this new release and also to all those who contributed to it! :grinning:

I have installed it using pip on my 2 desktop PCs running Python 3.12.3 & Linux Mint 22 and tested most of my applications without finding any issues.

9 Likes

yay! thank you!
does anyone know what wxWidgets tag this was linked with? Iā€™m still liking with 3.2.0

Python 3.12.3 (main, Jul 31 2024, 17:43:48) [GCC 13.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> wx.version()
'4.2.2 gtk3 (phoenix) wxWidgets 3.2.6'
>>> 
2 Likes

Thank you!
guess I could have got that myself , ā€œ4.2.2 msw (phoenix) wxWidgets 3.2.6ā€
wxWidgets 3.2.6 is API and ABI-compatible with wxWidgets 3.2.X, so I guess Iā€™m good

Thank you all :+1:

Thank you sir! Great news for my app.

Very Thanks!! :clap: :clap: :clap: