We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20edaf2 commit aac2132Copy full SHA for aac2132
setup.py
@@ -36,7 +36,7 @@
36
],
37
packages=find_packages(), # Required
38
include_package_data=True,
39
- python_requires="<3.12,>3.8",
+ python_requires=">3.8",
40
project_urls={ # Optional
41
"Data": "https://github.com/sandialabs/MAPIT-tools/",
42
"Documents": "https://sandialabs.github.io/MAPIT/index.html",
0 commit comments