We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5284b7 commit 5d068ceCopy full SHA for 5d068ce
pyproject.toml
@@ -42,7 +42,7 @@ classifiers = [
42
"Topic :: Software Development :: Widget Sets",
43
"Topic :: Utilities",
44
]
45
-requires-python = ">=3.8, <4"
+requires-python = ">=3.8, <=3.12" # Upper limit will be removed when dropping Python 3.8 support
46
dependencies = [
47
"guidata>=3.6.1",
48
"PythonQwt>=0.12.1",
0 commit comments