Skip to content

Commit e392e1f

Browse files
authored
Merge pull request #52 from fosslight/ver
Update python version to 3.10
2 parents faecf38 + 25cc2f8 commit e392e1f

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
@@ -30,7 +30,7 @@
3030
"Programming Language :: Python :: 3.10",
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12"],
33-
python_requires='>=3.8',
33+
python_requires='>=3.10,<3.13',
3434
install_requires=required,
3535
include_package_data=True,
3636
entry_points={

0 commit comments

Comments
 (0)