Skip to content

Commit 0645af5

Browse files
authored
Add 3.12 to nimpy (#303)
1 parent 07e1d8a commit 0645af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nimpy/py_lib.nim

+1-1
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.11", "3.10", "3.9", "3.8", "3.7", "3.6", "3.5", "3",
376+
for v in ["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)