]> jfr.im git - yt-dlp.git/blobdiff - setup.py
[build] Standalone x64 builds for MacOS 10.9 (#4106)
[yt-dlp.git] / setup.py
index eace2f9fb800c3cde5c71d7bdf1a2786f167f065..9803e928c4bab2b5a094d993f3bc49ba609bcb3f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,5 @@
 #!/usr/bin/env python3
+
 import os.path
 import sys
 import warnings
@@ -140,6 +141,9 @@ def run(self):
         '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',