Skip to content

Commit

Permalink
some dependency requires python>=3.10 modify the requirement in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Yucheng-Jiang committed Sep 25, 2024
1 parent 2a117d1 commit fe035b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
python_requires=">=3.9",
python_requires=">=3.10",
install_requires=requirements,
)

0 comments on commit fe035b2

Please sign in to comment.