We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0366b commit ab67ce2Copy full SHA for ab67ce2
tests/test_api.py
@@ -93,7 +93,7 @@ def test_api_with_unsupported_os():
93
94
def test_api_with_wrong_pyver():
95
with pytest.raises(ValueError):
96
- resolver_api(specifiers=["flask==2.1.2"], python_version="3.13", operating_system="linux")
+ resolver_api(specifiers=["flask==2.1.2"], python_version="3.14", operating_system="linux")
97
98
99
def test_api_with_python_311():
0 commit comments