Skip to content

Commit d559f7b

Browse files
committed
Add version 3.13
1 parent 154e357 commit d559f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nimpy/py_lib.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ proc pythonLibHandleForThisProcess(): LibHandle {.inline.} =
373373
loadLib()
374374

375375
iterator libPythonNames(): string {.closure.} =
376-
for v in ["3.12", "3.11", "3.10", "3.9", "3.8", "3.7", "3.6", "3.5", "3",
376+
for v in ["3.13", "3.12", "3.11", "3.10", "3.9", "3.8", "3.7", "3.6", "3.5", "3",
377377
"",
378378
"2.7", "2.6", "2"]:
379379
when defined(macosx):

0 commit comments

Comments
 (0)