mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-09 20:37:46 +00:00
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:
@@ -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 == ""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user