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 e4bd910 commit b6a8d08Copy full SHA for b6a8d08
setup.py
@@ -22,10 +22,11 @@
22
"Operating System :: MacOS :: MacOS X",
23
"Operating System :: POSIX",
24
"Programming Language :: Python",
25
- "Programming Language :: Python :: 2.7",
26
- "Programming Language :: Python :: 3.3",
27
- "Programming Language :: Python :: 3.4",
28
- "Programming Language :: Python :: 3.5",
+ "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
29
+ "Programming Language :: Python :: 3.12",
30
"Topic :: Software Development :: Libraries :: Python Modules",
31
],
32
)
0 commit comments