Datenschule / jedeschule-scraper

MIT License
22 stars 15 forks source link

Document need for Python 3.8 #65

Closed stefanw closed 3 years ago

stefanw commented 4 years ago

cc10fe450bbac399631647a5e2ca3b92104784d9 introduced the need for Python 3.8. Maybe document that or put it in setup.py?

k-nut commented 4 years ago

@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