Skip to content

Commit e3a8243

Browse files
committed
wx 4.2.3 is OK
1 parent d457fcf commit e3a8243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GSASII/GSASIIdataGUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def compareVersions(version1,version2):
362362
'versions of modules that are known to have bugs'
363363
versionDict['tooNewWarn'] = {}
364364
'module versions newer than what we have tested & where problems are suspected'
365-
versionDict['tooNewUntested'] = {'Python':'3.14','wx': '4.2.3'}
365+
versionDict['tooNewUntested'] = {'Python':'3.14','wx': '4.2.4'}
366366
'module versions newer than what we have tested but no problems are suspected'
367367

368368
def ShowVersions():

0 commit comments

Comments
 (0)