theochem / AtomDB

An Extended Periodic Table of Neutral and Charged Atomic Species
http://atomdb.qcdevs.org/
GNU General Public License v3.0
16 stars 14 forks source link

Removed support for Python versions less than 3.9 #97

Closed gabrielasd closed 6 months ago

gabrielasd commented 6 months ago

This PR addressed issue #95 regarding our broken github workflow due to incompatibility of some of atomdb's development dependencies with Python 3.7

We upgraded the support from Python 3.7 to 3.9 in the project.toml file and updated github's pytest workflow to reflect this change.