......@@ -4,3 +4,6 @@ filterwarnings =
# this comes from binwalk
# https://github.com/ReFirmLabs/binwalk/issues/507
ignore:the imp module is deprecated in favour of importlib.*:DeprecationWarning
# this come from coverage, fixed in >= 6.0
# https://github.com/nedbat/coveragepy/commit/90815d959dfff9c42629e3467d6e1a410cce6d04
ignore:currentThread() is deprecated, use current_thread() instead
......@@ -80,6 +80,8 @@ setup(
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Utilities",
],
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#project-urls
......