diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-06-11 00:33:54 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-06-11 05:00:12 +0530 |
commit | 56ba69e4c991e81a449882258be08d0b6b98c648 (patch) | |
tree | 8ee7d44819c3be3ee93001c3dec791c3804a9acb /setup.py | |
parent | d05460e5fee0dca9ab7463c78c630653fb37dcde (diff) | |
download | hypervideo-pre-56ba69e4c991e81a449882258be08d0b6b98c648.tar.lz hypervideo-pre-56ba69e4c991e81a449882258be08d0b6b98c648.tar.xz hypervideo-pre-56ba69e4c991e81a449882258be08d0b6b98c648.zip |
[cleanup] Misc fixes
Closes #4027
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -140,6 +140,9 @@ setup( 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: Implementation', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', |