Skip to content
Snippets Groups Projects
Commit a5470389 authored by Tamas Simon's avatar Tamas Simon
Browse files

Require python >= 3.11 for latest type hints

parent f31d6ed0
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ dependencies = [ ...@@ -16,7 +16,7 @@ dependencies = [
"pandas", "pandas",
"scipy", "scipy",
] ]
requires-python = ">=3.8" requires-python = ">=3.11"
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"License :: OSI Approved :: GPLv3", "License :: OSI Approved :: GPLv3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment