We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9492c commit d2c34c8Copy full SHA for d2c34c8
setup.py
@@ -83,8 +83,10 @@
83
"Operating System :: OS Independent",
84
"Programming Language :: Python",
85
"Programming Language :: Python :: 3",
86
- "Programming Language :: Python :: 3.6",
87
"Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
88
+ "Programming Language :: Python :: 3.9",
89
+ "Programming Language :: Python :: 3.10",
90
"Topic :: Multimedia",
91
],
92
)
0 commit comments