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 c6defd6 commit d18b3a4Copy full SHA for d18b3a4
setup.py
@@ -26,6 +26,7 @@
26
long_description=long_description,
27
keywords="configuration",
28
platforms=["any"],
29
+ python_requires=">=3.10.0",
30
# Our modules to package
31
package_dir={"": "src"},
32
packages=setuptools.find_packages(
@@ -40,7 +41,6 @@
40
41
"Intended Audience :: Developers",
42
"License :: OSI Approved :: MIT License",
43
"Programming Language :: Python :: 3.10",
- "Programming Language :: Python :: 3.11",
44
"Topic :: System :: Installation/Setup",
45
"Operating System :: POSIX :: Linux",
46
],
0 commit comments