nest / nestml

A domain specific language for neuron and synapse models in spiking neural network simulation
GNU General Public License v2.0
46 stars 45 forks source link

Revert to Python 3.8 compatibility for EBRAINS environment #977

Closed clinssen closed 11 months ago

clinssen commented 11 months ago

For the sake of the EBRAINS lab environment, which runs Python 3.8, we should downgrade our minimum version requirement from 3.9 to 3.8.

This should mostly be a matter of coming up with a workaround for dict union operators added in 3.9.