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 2bd6140 commit 2872d97Copy full SHA for 2872d97
GSASII/GSASIIdataGUI.py
@@ -361,7 +361,7 @@ def compareVersions(version1,version2):
361
'versions of modules that are known to have bugs'
362
versionDict['tooNewWarn'] = {}
363
'module versions newer than what we have tested & where problems are suspected'
364
-versionDict['tooNewUntested'] = {'Python':'3.12','wx': '4.2.3'}
+versionDict['tooNewUntested'] = {'Python':'3.14','wx': '4.2.3'}
365
'module versions newer than what we have tested but no problems are suspected'
366
367
def ShowVersions():
0 commit comments