We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de333e1 commit a85ce88Copy full SHA for a85ce88
ChangeLog.md
@@ -1,5 +1,8 @@
1
-0.2.0.1 [XXX]
+0.2.1.0 [XXX]
2
----------------
3
+* Python>=3.9 is supported now. Choice is somewhat arbitrary and likely will be
4
+ guided by availability of old python versions on github CI in the future.
5
+
6
* Documentation fixes
7
8
0.2 [2025.05.04]
inline-python.cabal
@@ -72,7 +72,7 @@ Library
72
include-dirs: include
73
c-sources: cbits/python.c
74
cc-options: -g -Wall
75
- pkgconfig-depends: python3-embed
+ pkgconfig-depends: python3-embed >= 3.8
76
--
77
Exposed-modules:
78
Python.Inline
0 commit comments