Skip to content

Commit ee5f707

Browse files
committed
updating
1 parent ff45659 commit ee5f707

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="massql",
9-
version="2025.06.18",
9+
version="2025.12.10",
1010
author="Mingxun Wang",
1111
author_email="mwang87@gmail.com",
1212
description="Mass spectrometry query language python implementation",
@@ -41,6 +41,6 @@
4141
"pydot",
4242
"pyyaml"
4343
],
44-
python_requires=">=3.6",
44+
python_requires=">=3.9",
4545
include_package_data=True
4646
)

0 commit comments

Comments
 (0)