stan-dev / pystan

PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io
ISC License
337 stars 58 forks source link

Add testing and build for Python 3.11 #375

Closed MichaelClerx closed 1 year ago

MichaelClerx commented 1 year ago

Currently doesn't appear in the workflows. Presumably requires a 3.11 build of httpstan to be released too? Other dependencies seem available: https://github.com/MichaelClerx/pystan/actions/runs/3409628420/jobs/5671634629

riddell-stan commented 1 year ago

Thanks for checking the dependencies. Remarkable that they are already available.

Building httpstan wheels is the first step. I opened a PR here https://github.com/stan-dev/httpstan/pull/626

riddell-stan commented 1 year ago

Python 3.11 httpstan wheels are up.

MichaelClerx commented 1 year ago

Tests seem to pass too: https://github.com/MichaelClerx/pystan/actions/runs/3409628420/jobs/5678132797