Skip to content

Commit 0e61fa8

Browse files
committed
Revert noxfile changes.
1 parent a6f85e8 commit 0e61fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def mypy(session):
4545
session.run('mypy', '-p', 'mesonpy')
4646

4747

48-
@nox.session(python=['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3.8', 'pypy3.9'])
48+
@nox.session(python=['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy3.8', 'pypy3.9'])
4949
def test(session):
5050
htmlcov_output = os.path.join(session.virtualenv.location, 'htmlcov')
5151
xmlcov_output = os.path.join(session.virtualenv.location, f'coverage-{session.python}.xml')

0 commit comments

Comments
 (0)