Skip to content

Commit 5111665

Browse files
committed
Fix lower bound for Python version
1 parent cf529c7 commit 5111665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = gemma, bioinformatics
77

88
[options]
99
packages = find:
10-
python_requires = >3.10
10+
python_requires = >=3.10
1111
install_requires =
1212
certifi >= 14.05.14
1313
six >= 1.10

0 commit comments

Comments
 (0)