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 9421f05 commit 197d5cfCopy full SHA for 197d5cf
1 file changed
setup.cfg
@@ -18,12 +18,12 @@ classifiers =
18
Programming Language :: Python
19
Programming Language :: Python :: 3
20
Programming Language :: Python :: 3 :: Only
21
- Programming Language :: Python :: 3.6
22
Programming Language :: Python :: 3.7
23
Programming Language :: Python :: 3.8
24
Programming Language :: Python :: 3.9
25
Programming Language :: Python :: 3.10
26
Programming Language :: Python :: 3.11
+ Programming Language :: Python :: 3.12
27
Intended Audience :: Developers
28
License :: OSI Approved :: MIT License
29
Natural Language :: English
@@ -39,7 +39,7 @@ include_package_data = True
39
package_dir =
40
=src
41
42
-python_requires = >=3.6
+python_requires = >=3.7
43
44
install_requires =
45
ckanapi >= 4.7
0 commit comments