Skip to content

Commit

Permalink
Drop Python 3.6 & 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Jul 18, 2024
1 parent f3a82e3 commit 5f6bd88
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
'Natural Language :: Chinese (Simplified)',
'Natural Language :: Chinese (Traditional)',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand All @@ -42,7 +40,7 @@
'ToJyutping': ['trie.txt'],
},
include_package_data=True,
python_requires='>=3.6, <4',
python_requires='>=3.8, <4',
entry_points={},
project_urls={
'Bug Reports': 'https://github.com/CanCLID/ToJyutping/issues',
Expand Down

0 comments on commit 5f6bd88

Please sign in to comment.