Skip to content

Commit 8ff3029

Browse files
committed
Exclude older Python versions from nox
1 parent ab4f037 commit 8ff3029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def lint(session):
1212
session.run('flake8', '--import-order-style=google', 'flask_talisman')
1313

1414

15-
@nox.session(python=['3.4', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11'])
15+
@nox.session(python=['3.7', '3.8', '3.9', '3.10', '3.11'])
1616
def tests(session):
1717
"""Run the test suite"""
1818
session.install('flask', 'mock', 'pytest', 'pytest-cov')

0 commit comments

Comments
 (0)