]> gitweb.factorcode.org Git - factor.git/commitdiff
python.ffi: adding newer pythons
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 13 Dec 2022 17:17:21 +0000 (09:17 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 13 Dec 2022 17:17:21 +0000 (09:17 -0800)
extra/python/ffi/ffi.factor

index 2895c2bdf1dc95d5cdbeb36147199b1d0f829955..0fd140426b50e12a0eec1d976015e983677cbd61 100644 (file)
@@ -3,7 +3,7 @@ alien.libraries.finder alien.syntax classes.struct ;
 IN: python.ffi
 
 << "python"
-{ "python3.10" "python3.9" "python3.8" "python3.7" } find-library-from-list
+{ "python3.12" "python3.11" "python3.10" "python3.9" "python3.8" "python3.7" } find-library-from-list
 cdecl add-library >>
 
 ! Functions that return borrowed references needs to be called like this: