Update setup.py
Browse filesRemove 3.6 support, add 3.10-3.11
setup.py
CHANGED
@@ -32,10 +32,11 @@ setup(
|
|
32 |
"License :: OSI Approved :: The Unlicense (Unlicense)",
|
33 |
"Natural Language :: English",
|
34 |
"Operating System :: OS Independent",
|
35 |
-
"Programming Language :: Python :: 3.6",
|
36 |
"Programming Language :: Python :: 3.7",
|
37 |
"Programming Language :: Python :: 3.8",
|
38 |
"Programming Language :: Python :: 3.9",
|
|
|
|
|
39 |
"Programming Language :: Python",
|
40 |
"Topic :: Internet",
|
41 |
"Topic :: Multimedia :: Video",
|
|
|
32 |
"License :: OSI Approved :: The Unlicense (Unlicense)",
|
33 |
"Natural Language :: English",
|
34 |
"Operating System :: OS Independent",
|
|
|
35 |
"Programming Language :: Python :: 3.7",
|
36 |
"Programming Language :: Python :: 3.8",
|
37 |
"Programming Language :: Python :: 3.9",
|
38 |
+
"Programming Language :: Python :: 3.10",
|
39 |
+
"Programming Language :: Python :: 3.11",
|
40 |
"Programming Language :: Python",
|
41 |
"Topic :: Internet",
|
42 |
"Topic :: Multimedia :: Video",
|