Closed stefanw closed 3 years ago
cc10fe450bbac399631647a5e2ca3b92104784d9 introduced the need for Python 3.8. Maybe document that or put it in setup.py?
setup.py
@stefanw is it 3.8 or 3.7? We are using dataclasses and type annotations which are both 3.7 features, no?
I created a PR to document this here: https://github.com/Datenschule/jedeschule-scraper/pull/67
cc10fe450bbac399631647a5e2ca3b92104784d9 introduced the need for Python 3.8. Maybe document that or put it in
setup.py
?