Skip to content

Commit 161271e

Browse files
committed
allow python>=3.9
1 parent 327819f commit 161271e

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
@@ -13,7 +13,7 @@
1313
packages=['patchmatch'],
1414
version='0.1.1',
1515
url='https://github.com/invoke-ai/PyPatchMatch',
16-
python_requires='>=3.10',
16+
python_requires='>=3.9',
1717
install_requires=requirements,
1818
description='This library implements the PatchMatch based inpainting algorithm.',
1919
long_description=readme,

0 commit comments

Comments
 (0)