OpenEnergyPlatform / open-MaStR

A collaborative software to download the energy database Marktstammdatenregister (MaStR)
https://open-mastr.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
84 stars 17 forks source link

Updating python version #468

Closed FlorianK13 closed 4 months ago

FlorianK13 commented 11 months ago

Description of the issue

Python version 3.11 is out since a longer time so we should update our tests. We can also include 3.12 already using the allow_prerelease: https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#allow-pre-releases

Workflow checklist

FlorianK13 commented 11 months ago

In this test workflow run on my personal fork, python 3.12 throws an error regarding greenlet:

https://github.com/FlorianK13/open-MaStR/actions/runs/6325600077/job/17178512010?pr=2

I do not really understand this error. Since it is a pre-release, maybe it will be fixed over time.

FlorianK13 commented 4 months ago

This was done during #513