Drop support for Python 3.7 (due to EOL)
Some checks failed
Tests / test (3.10) (push) Failing after 5m30s
Tests / test (3.11) (push) Failing after 5m33s
Tests / test (3.8) (push) Failing after 5m29s
Tests / test (3.9) (push) Failing after 5m29s

This commit is contained in:
2023-11-19 23:47:41 +01:00
parent b0b874bfc8
commit fa4f7b83ec
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ Small module that makes your journey with RMV REST API somehow easier. Based ful
## Requirements
* RMV API key (Get it [here](https://opendata.rmv.de/site/start.html))
* Python3 (Tested versions are 3.7.9 and 3.9.13)
* Python 3.8+
* git (Only for installation from source)
## Installation