SynBioDex / pySBOL3

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

Drop support for Python 3.6 #247

Closed tcmitchell closed 3 years ago

tcmitchell commented 3 years ago

Python 3.6 will no longer be supported in a few months. Upcoming changes to validation are incompatible with Python 3.6. Drop support for Python 3.6 to pave the way for SHACL-based validation.

Closes #246