commit | a422a5d72cb6f363d57e7a4effe421ba8e049cde | [log] [tgz] |
---|---|---|
author | Tres Seaver <[email protected]> | Tue Oct 05 16:54:45 2021 -0400 |
committer | GitHub <[email protected]> | Tue Oct 05 16:54:45 2021 -0400 |
tree | af99cd634b0b840862124c384496cca834237e45 | |
parent | 577da9d35335e4ec3ccb720add22c197444211d9 [diff] [blame] |
feat: add support for Python 3.10 (#284) Fix new deprecation warning for 'threading.Condition.notifyAll'.
diff --git a/noxfile.py b/noxfile.py index 6478bfd..617dc58 100644 --- a/noxfile.py +++ b/noxfile.py
@@ -121,7 +121,7 @@ session.run(*pytest_args) [email protected](python=["3.6", "3.7", "3.8", "3.9"]) [email protected](python=["3.6", "3.7", "3.8", "3.9", "3.10"]) def unit(session): """Run the unit test suite.""" default(session)