inducer / pymbolic

A simple package to do symbolic math (focus on code gen and DSLs)
http://mathema.tician.de/software/pymbolic
Other
106 stars 25 forks source link

Add 3.x to Github CI pytest build #66

Closed inducer closed 2 years ago

inducer commented 2 years ago

@isuruf CI for this will fail, and it already currently fails:

https://github.com/inducer/pymbolic/runs/3987087967?check_suite_focus=true

for pylint because Github defaults to Py 3.10, but symengine doesn't have 3.10 binary builds. What course of action do you recommend?

isuruf commented 2 years ago

I'd say drop symengine from 3.x always.

SymEngine wheels are made from conda packages which are probably around 2 weeks away.

inducer commented 2 years ago

Thanks! I've taken it in a "best-effort" direction in fe4e38771200ea61fc92cc8eb669881e5cb51d1f.