Skip to content

Commit cb1ece5

Browse files
committed
Change python requirements.
1 parent 154e418 commit cb1ece5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ classifiers =
2929
[options]
3030
packages = find:
3131
include_package_data = true
32-
python_requires = >= 3.6
32+
python_requires = >= 3.10
3333
# Dependencies are in setup.py for GitHub's dependency graph.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import re
22

3-
from setuptools import setup, find_packages
3+
from setuptools import setup
44

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

0 commit comments

Comments
 (0)