stan-dev / httpstan

HTTP interface to Stan, a package for Bayesian inference.
ISC License
39 stars 15 forks source link

ci: Test Python 3.10 #581

Closed riddell-stan closed 2 years ago

riddell-stan commented 2 years ago

Add Python 3.10 to the testing matrix.

riddell-stan commented 2 years ago

I believe this is failing because of some problem with the very new NumPy wheels for macOS Python 3.10. I suspect this will be resolved within several weeks.

riddell-stan commented 2 years ago

It's not NumPy. It's distutils/setuptools/Python. When compiling an extension, Python's default on macOS Python 3.10 is to target both arm and intel.

We're not trying to cross build right now.

riddell-stan commented 2 years ago

This still needs work, the clang compiler is not getting used.