Skip to content

Commit 3d6aae5

Browse files
committed
Python require > 3.9
1 parent 0d1068a commit 3d6aae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def read(*parts):
4444
"Programming Language :: Python :: 3",
4545
"Topic :: Software Development :: Libraries :: Python Modules",
4646
],
47-
python_requires='>=3.6',
47+
python_requires='>=3.9',
4848
zip_safe=False,
4949
include_package_data=True,
5050
)

0 commit comments

Comments
 (0)