nficano commited on
Commit
b563f78
·
unverified ·
1 Parent(s): 14cf228

Update setup.py

Browse files

Remove 3.6 support, add 3.10-3.11

Files changed (1) hide show
  1. setup.py +2 -1
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",