OpenCyphal / pydsdl

Cyphal DSDL processing front end implemented in Python
https://opencyphal.org
MIT License
10 stars 9 forks source link

ci: add python 3.10 and macOS Catalina tests #74

Closed coderkalyan closed 2 years ago

coderkalyan commented 2 years ago

Do not merge yet.

related:

https://github.com/psf/black/pull/2053 https://github.com/astropy/astropy/pull/12402 https://github.com/iqss/dataverse/issues/7225

coderkalyan commented 2 years ago

Ready for review. I haven't added tests yet for the 3.10 and macOS regressions, will do that in the other PR.

coderkalyan commented 2 years ago

Closes: #72

CSS was fixed by updating the sphinx_rtd_theme to latest, but sphinx-computron is still broken. Will look into that next.

pavel-kirienko commented 2 years ago

This should fix the doc styling issue: https://github.com/UAVCAN/pyuavcan/commit/069748c3d20a32a6d238070a847d43e3437d9afe

coderkalyan commented 2 years ago

Merging with #73 because of the cascading effects of updating libraries and adding python 3.10 support.