Skip to content

Commit 6cfe787

Browse files
committed
adapt to python 3.14
1 parent f721b9d commit 6cfe787

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

devsimpy/WizardGUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def Validate(self, win):
216216
textCtrl.SetBackgroundColour(wx.SystemSettings.GetColour(wx.SYS_COLOUR_WINDOW))
217217
finally:
218218
textCtrl.Refresh()
219-
return True
219+
return True
220220

221221
def TransferToWindow(self):
222222
""" Prevent wxDialog from complaining.

requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
wxPython <= 4.2.3 ; python_version >= '3.10'
55
wxPython <= 4.1.1 ; python_version >= '3.8' and python_version < '3.10'
66

7+
wxPython > 4.2 ; python_version >= '3.14'
8+
79
PyPubSub #<= 3.3.0
810

911
PyYAML #>= 5.1.2
@@ -47,4 +49,6 @@ pydantic
4749
msgpack
4850

4951
paho-mqtt
50-
kafka-python
52+
kafka-python
53+
54+
confluent_kafka

0 commit comments

Comments
 (0)