Skip to content

Commit

Permalink
Bump minimum python version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
polm committed Apr 15, 2024
1 parent 1b45157 commit af2e960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"License :: OSI Approved :: MIT License",
"Natural Language :: Japanese",
],
python_requires='>=3.5',
python_requires='>=3.8',
package_data={'cutlet':['exceptions.tsv']},
entry_points={
"console_scripts": [
Expand Down

0 comments on commit af2e960

Please sign in to comment.