Skip to content

Commit

Permalink
Drop support for Python 3.6 and 3.7
Browse files Browse the repository at this point in the history
Python 3.7 is end-of-life.
  • Loading branch information
kerrickstaley committed Nov 12, 2023
1 parent 1a4ddff commit b2474d0
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 @@ -20,7 +20,7 @@
packages=['genanki'],
zip_safe=False,
include_package_data=True,
python_requires='>=3.6',
python_requires='>=3.8',
install_requires=[
'cached-property',
'frozendict',
Expand Down

0 comments on commit b2474d0

Please sign in to comment.