nengo / nengo-dl

Deep learning integration for Nengo
https://www.nengo.ai/nengo-dl
Other
88 stars 22 forks source link

Drop support for Python 3.6 #224

Closed drasmuss closed 2 years ago

drasmuss commented 2 years ago

Drops support for Python 3.6, and adds support for Python 3.9/10 (no changes actually required, just indicating that these versions are supported and testing against them). Also indicating support for TensorFlow 2.9 (again, no changes required). Plus some minor changes to get static checks passing and fix an issue with recent setuptools versions.

Depends on https://github.com/nengo/nengo-bones/pull/163