Skip to content

Commit 2872d97

Browse files
committed
Python 3.13 is fine
1 parent 2bd6140 commit 2872d97

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
@@ -361,7 +361,7 @@ def compareVersions(version1,version2):
361361
'versions of modules that are known to have bugs'
362362
versionDict['tooNewWarn'] = {}
363363
'module versions newer than what we have tested & where problems are suspected'
364-
versionDict['tooNewUntested'] = {'Python':'3.12','wx': '4.2.3'}
364+
versionDict['tooNewUntested'] = {'Python':'3.14','wx': '4.2.3'}
365365
'module versions newer than what we have tested but no problems are suspected'
366366

367367
def ShowVersions():

0 commit comments

Comments
 (0)