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 a6f85e8 commit 0e61fa8Copy full SHA for 0e61fa8
noxfile.py
@@ -45,7 +45,7 @@ def mypy(session):
45
session.run('mypy', '-p', 'mesonpy')
46
47
48
-@nox.session(python=['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3.8', 'pypy3.9'])
+@nox.session(python=['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy3.8', 'pypy3.9'])
49
def test(session):
50
htmlcov_output = os.path.join(session.virtualenv.location, 'htmlcov')
51
xmlcov_output = os.path.join(session.virtualenv.location, f'coverage-{session.python}.xml')
0 commit comments