BritishGeologicalSurvey / etlhelper

ETL Helper is a Python ETL library to simplify data transfer into and out of databases.
https://britishgeologicalsurvey.github.io/etlhelper/
GNU Lesser General Public License v3.0
100 stars 25 forks source link

Bump ubuntu version and use python 3.10 #197

Closed leorudczenko closed 3 months ago

leorudczenko commented 3 months ago

Summary

The current sphinx build uses Python 3.8, which is older than the minimum version for etlhelper (3.9). This meant that the docs could not understand our typehints, which then caused the docs to fail to build some pages.