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 51fdb1d commit 2ba2ef8Copy full SHA for 2ba2ef8
setup.py
@@ -87,6 +87,10 @@ def read(fname):
87
"Programming Language :: Python :: 3.6",
88
"Programming Language :: Python :: 3.7",
89
"Programming Language :: Python :: 3.8",
90
+ "Programming Language :: Python :: 3.9",
91
+ "Programming Language :: Python :: 3.10",
92
+ "Programming Language :: Python :: 3.11",
93
+ "Programming Language :: Python :: 3.12",
94
"Topic :: Software Development :: Libraries :: Python Modules",
95
],
96
)
0 commit comments