Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Test on python 3.10 by default
  • Loading branch information
nikolas committed Aug 30, 2024
commit c4a643f110e8e1a0cbd4f5fca7fb287db184eb5a
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ install:
$(PYTHON) setup.py install

test:
TOXENV=py39 tox
TOXENV=py310 tox