Skip to content

Commit

Permalink
Change python requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
revalo committed Nov 19, 2023
1 parent 154e418 commit cb1ece5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ classifiers =
[options]
packages = find:
include_package_data = true
python_requires = >= 3.6
python_requires = >= 3.10
# Dependencies are in setup.py for GitHub's dependency graph.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import re

from setuptools import setup, find_packages
from setuptools import setup

with open("iceberg/__init__.py", encoding="utf8") as f:
version = re.search(r'__version__ = "(.*?)"', f.read()).group(1)
Expand Down

0 comments on commit cb1ece5

Please sign in to comment.