commit | 19d41f8ec94ab0148d2f09a5d560ae237a87ffdb | [log] [tgz] |
---|---|---|
author | Tres Seaver <tseaver@palladion.com> | Thu Oct 07 13:05:19 2021 -0400 |
committer | GitHub <noreply@github.com> | Thu Oct 07 13:05:19 2021 -0400 |
tree | ec1f9c9164cce79da52105e6ec6f3b54cdbc7c3b | |
parent | 5096f46aec77b47dce0d77a8448c53ddf418a686 [diff] [blame] |
feat: add support for Python 3.10 (#882)
diff --git a/noxfile.py b/noxfile.py index caeb272..2e6e889 100644 --- a/noxfile.py +++ b/noxfile.py
@@ -86,7 +86,7 @@ session.run("black", *BLACK_PATHS) -@nox.session(python=["3.6", "3.7", "3.8", "3.9"]) +@nox.session(python=["3.6", "3.7", "3.8", "3.9", "3.10"]) def unit(session): constraints_path = str( CURRENT_DIRECTORY / "testing" / f"constraints-{session.python}.txt"