Skip to content

Commit a8a053d

Browse files
committed
nox: update python versions
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent 1c0743c commit a8a053d

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
@@ -18,7 +18,7 @@ def mypy(session):
1818
session.run('mypy', '-p', 'hid_parser')
1919

2020

21-
@nox.session(python=['3.7', '3.8', '3.9'])
21+
@nox.session(python=['3.9', '3.10', '3.11', '3.12', '3.13'])
2222
def test(session):
2323
htmlcov_output = os.path.join(session.virtualenv.location, 'htmlcov')
2424
xmlcov_output = os.path.join(session.virtualenv.location, f'coverage-{session.python}.xml')

0 commit comments

Comments
 (0)