UC-Davis-molecular-computing / scadnano-python-package

Python scripting library for generating designs readable by scadnano.
https://scadnano.org
MIT License
13 stars 7 forks source link

drop support for Python 3.6 #251

Closed dave-doty closed 1 year ago

dave-doty commented 1 year ago

Now that Python 3.6 is no longer straightforward to test with CI:

https://github.com/UC-Davis-molecular-computing/scadnano-python-package/actions/runs/3570089186/jobs/6000737228

it's time to drop support for it. This means we can replace all those ugly strings mimicking types with actual types using forward references.