Skip to content

Commit

Permalink
Add 3.12 to nimpy (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clonkk authored Jun 17, 2024
1 parent 07e1d8a commit 0645af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimpy/py_lib.nim
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ proc pythonLibHandleForThisProcess(): LibHandle {.inline.} =
loadLib()

iterator libPythonNames(): string {.closure.} =
for v in ["3.11", "3.10", "3.9", "3.8", "3.7", "3.6", "3.5", "3",
for v in ["3.12", "3.11", "3.10", "3.9", "3.8", "3.7", "3.6", "3.5", "3",
"",
"2.7", "2.6", "2"]:
when defined(macosx):
Expand Down

0 comments on commit 0645af5

Please sign in to comment.