We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d457fcf commit e3a8243Copy full SHA for e3a8243
GSASII/GSASIIdataGUI.py
@@ -362,7 +362,7 @@ def compareVersions(version1,version2):
362
'versions of modules that are known to have bugs'
363
versionDict['tooNewWarn'] = {}
364
'module versions newer than what we have tested & where problems are suspected'
365
-versionDict['tooNewUntested'] = {'Python':'3.14','wx': '4.2.3'}
+versionDict['tooNewUntested'] = {'Python':'3.14','wx': '4.2.4'}
366
'module versions newer than what we have tested but no problems are suspected'
367
368
def ShowVersions():
0 commit comments