Skip to content

Commit

Permalink
馃殌 Delete Python ver.3.8 support from python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
ispaneli committed Mar 22, 2023
1 parent 72a1400 commit 95aff47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -69,7 +69,7 @@ classifiers =
package_dir =
=src
packages = find:
python_requires = >=3.7, <4
python_requires = >=3.8, <4
install_requires =
numpy>=1.24.2
prettytable>=3.6.0
Expand Down

0 comments on commit 95aff47

Please sign in to comment.