Drop Python 3.7 in favor of 3.11 and 3.12 (#1752)

Python 3.7 is end of life. We should support the newer versions instead.

I also changed tox to only run against the minimum dependency versions
on the lowest Python version, since this should lead to the lowest
versions over all Python versions, and hopefully helps speed up our
pipelines :)
This commit is contained in:
Robbe Sneyders
2023-10-23 23:11:06 +02:00
committed by GitHub
parent 79fd9edfb8
commit a210917b46
7 changed files with 14 additions and 23 deletions

View File

@@ -39,7 +39,7 @@ def test_api():
def test_api_base_path_slash():
api = FlaskApi(TEST_FOLDER / "fixtures/simple/basepath-slash.yaml")
assert api.blueprint.name == ""
assert api.blueprint.name == "/"
assert api.blueprint.url_prefix == ""