commit | a422a5d72cb6f363d57e7a4effe421ba8e049cde | [log] [tgz] |
---|---|---|
author | Tres Seaver <tseaver@palladion.com> | Tue Oct 05 16:54:45 2021 -0400 |
committer | GitHub <noreply@github.com> | 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/setup.py b/setup.py index 48c8979..d150bc0 100644 --- a/setup.py +++ b/setup.py
@@ -87,6 +87,7 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Operating System :: OS Independent", "Topic :: Internet", ],