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 ab4f037 commit 8ff3029Copy full SHA for 8ff3029
1 file changed
noxfile.py
@@ -12,7 +12,7 @@ def lint(session):
12
session.run('flake8', '--import-order-style=google', 'flask_talisman')
13
14
15
-@nox.session(python=['3.4', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11'])
+@nox.session(python=['3.7', '3.8', '3.9', '3.10', '3.11'])
16
def tests(session):
17
"""Run the test suite"""
18
session.install('flask', 'mock', 'pytest', 'pytest-cov')
0 commit comments