Skip to content

Commit

Permalink
python_requires >= 3.11
Browse files Browse the repository at this point in the history
follows #57
  • Loading branch information
dhimmel committed Mar 15, 2024
1 parent fb571d0 commit 6f48db2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
keywords =
data
catalog
Expand All @@ -28,7 +27,7 @@ zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.htm
include_package_data = True
scripts =
bin/articat
python_requires = >=3.10
python_requires = >=3.11
install_requires =
fire >= 0.4.0
fsspec >= 2021.7.0
Expand Down

0 comments on commit 6f48db2

Please sign in to comment.