Skip to content

Commit

Permalink
Drop python 3.7 support
Browse files Browse the repository at this point in the history
This way we can use `importlib.metadata`
  • Loading branch information
gforcada committed Sep 15, 2023
1 parent 97a87ad commit 2f4ca9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -31,7 +31,6 @@ def read_file(filename):
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand Down

0 comments on commit 2f4ca9c

Please sign in to comment.