NREL / ThermalNetwork

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

remove support for Python 3.9 #33

Closed vtnate closed 3 months ago

vtnate commented 3 months ago

Any background context you want to provide?

The way we import local modules is only supported in python 3.10+.

Removing support for 3.9 is acceptable because other parts of UO (Opendss) already require Python 3.10.

What does this PR accomplish?