SynBioDex / pySBOL3

Native python implementation of SBOL 3.0 specification
MIT License
37 stars 16 forks source link

Add Python 3.10 to GitHub Actions build #326

Closed tcmitchell closed 3 years ago

tcmitchell commented 3 years ago

Python 3.10 was released recently. Add it to the automatic builds.

There is a deprecation warning in pyshacl because of its use of distutils which will be deprecated in python 3.12. The warnings check is disabled in Python 3.10 to avoid breakage. It would be nice to figure out how to disable the deprecation warnings in distutils instead of dropping the warnings check altogether. I don't have the patience to figure that out right now.