chaoss / grimoirelab-graal

A Generic Repository AnALyzer
GNU General Public License v3.0
21 stars 62 forks source link

Drop Python 3.8 support #134

Closed jjmerchante closed 3 weeks ago

jjmerchante commented 3 weeks ago

Python 3.8 will reach its end of life in October 2024, and Python 3.9 will become the minimum version required by the project.

Update the GitHub workflows to run tests for Python 3.9, 3.10, 3.11 and 3.12 for future releases.

Update some pinned dependencies due to old errors that seem to have been fixed.

Related to https://github.com/chaoss/grimoirelab/issues/699