Skip to content

Commit ca90107

Browse files
committed
fix nox runs
1 parent 9badb4f commit ca90107

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
@@ -23,7 +23,7 @@
2323

2424

2525
package = "stac_api_validator"
26-
python_versions = ["3.10", "3.9", "3.8"]
26+
python_versions = ["3.10"]
2727
nox.needs_version = ">= 2021.6.6"
2828
nox.options.sessions = (
2929
"pre-commit",

0 commit comments

Comments
 (0)