Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit e3752a3

Browse files
author
staticdev
committed
Noxfile fix 2
1 parent 3ad36b9 commit e3752a3

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
@@ -11,7 +11,7 @@
1111

1212

1313
package = "toml_validator"
14-
python_versions = ["3.8"]
14+
python_versions = ["3.7", "3.8"]
1515
nox.options.sessions = "pre-commit", "safety", "mypy", "tests"
1616
locations = "src", "tests", "noxfile.py"
1717

0 commit comments

Comments
 (0)