Skip to content

Commit c36a4e9

Browse files
committed
Update minimum Python version in python_requires
1 parent 92f7253 commit c36a4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
scripts=['bin/jp.py'],
1717
packages=find_packages(exclude=['tests']),
1818
license='MIT',
19-
python_requires='>=3.7',
19+
python_requires='>=3.9',
2020
classifiers=[
2121
'Development Status :: 5 - Production/Stable',
2222
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)