Skip to content

Commit

Permalink
fix: drop python<3.8 requirement in setup.cfg (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Dec 19, 2024
1 parent 6e36c03 commit b7de52e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ project_urls =
packages = find:
install_requires =
fsspec
typing-extensions>=3.7;python_version<'3.8'
python_requires = >=3.8
include_package_data = True
package_dir =
Expand Down

0 comments on commit b7de52e

Please sign in to comment.