Browse Source

removed python 3.9 from downstream testing

main
Holger Frey 1 year ago
parent
commit
6a76953732
  1. 2
      noxfile.py

2
noxfile.py

@ -11,7 +11,7 @@ def tests(session): @@ -11,7 +11,7 @@ def tests(session):
session.run("pytest", *session.posargs)
@nox.session(python=["3.9", "3.10", "3.11"])
@nox.session(python=["3.10", "3.11"])
@nox.parametrize(
("repo", "test_dir"),
[

Loading…
Cancel
Save