Skip to content
Snippets Groups Projects

transonic 0.7.3 for py>3.10, beniget~=0.4.2 and gast~=0.6.0

Merged Pierre Augier requested to merge topic/default/transonic-0.7.3 into branch/default
+ 1
2
@@ -32,6 +32,4 @@
if with_cython:
session.install("cython")
session.install("setuptools<60.0")
if version.parse(py_version) < version.parse("3.12"):
@@ -37,4 +35,5 @@
if version.parse(py_version) < version.parse("3.12"):
session.install("setuptools<60.0")
for backend in ("python", "pythran"):
print(f"TRANSONIC_BACKEND={backend}")
session.run(
Loading