Skip to content

Commit 5d068ce

Browse files
committed
Update requires-python to allow Python versions from 3.8 to 3.12
1 parent f5284b7 commit 5d068ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ classifiers = [
4242
"Topic :: Software Development :: Widget Sets",
4343
"Topic :: Utilities",
4444
]
45-
requires-python = ">=3.8, <4"
45+
requires-python = ">=3.8, <=3.12" # Upper limit will be removed when dropping Python 3.8 support
4646
dependencies = [
4747
"guidata>=3.6.1",
4848
"PythonQwt>=0.12.1",

0 commit comments

Comments
 (0)