python-discord / snekbox

Easy, safe evaluation of arbitrary Python code
https://pythondiscord.com
MIT License
214 stars 39 forks source link

Disable dependencies without wheels on 3.12 #184

Closed jb3 closed 1 year ago

jb3 commented 1 year ago

Disables dependencies which do not install in 3.12rc1 as they require build tools. We also use a numpy release candidate to maintain numpy and scipy support in 3.12rc1.

All dependencies have been tested to install correctly on 3.12rc1 within the snekbox container.

jchristgit commented 1 year ago

Great dane

image

coveralls commented 1 year ago

Coverage Status

coverage: 90.947%. remained the same when pulling cd604fea3694f4e63568cf36bb84d3284458f858 on jb3/3.12-ignores into f85116ab91229d3f45a8292978ffd2af7821c70e on main.

jb3 commented 1 year ago

Thanks!