Skip to content

Commit 197d5cf

Browse files
author
Mike
committed
Update requirements
1 parent 9421f05 commit 197d5cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ classifiers =
1818
Programming Language :: Python
1919
Programming Language :: Python :: 3
2020
Programming Language :: Python :: 3 :: Only
21-
Programming Language :: Python :: 3.6
2221
Programming Language :: Python :: 3.7
2322
Programming Language :: Python :: 3.8
2423
Programming Language :: Python :: 3.9
2524
Programming Language :: Python :: 3.10
2625
Programming Language :: Python :: 3.11
26+
Programming Language :: Python :: 3.12
2727
Intended Audience :: Developers
2828
License :: OSI Approved :: MIT License
2929
Natural Language :: English
@@ -39,7 +39,7 @@ include_package_data = True
3939
package_dir =
4040
=src
4141

42-
python_requires = >=3.6
42+
python_requires = >=3.7
4343

4444
install_requires =
4545
ckanapi >= 4.7

0 commit comments

Comments
 (0)