Skip to content

Commit

Permalink
fix: require >=py37
Browse files Browse the repository at this point in the history
  • Loading branch information
lgloege committed Apr 1, 2023
1 parent ea062a9 commit 678ab0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ platforms = unix, linux, osx, cygwin, win32
classifiers =
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 All @@ -23,7 +24,7 @@ packages =
install_requires =
pandas>1.5
requests>2.28
python_requires = >=3.8
python_requires = >=3.7
package_dir =
=src
zip_safe = no
Expand Down

0 comments on commit 678ab0c

Please sign in to comment.