@@ -24,14 +24,14 @@ classifiers = [
24
24
" Operating System :: OS Independent" ,
25
25
" Operating System :: POSIX" ,
26
26
" Operating System :: Unix" ,
27
- " Programming Language :: Python :: 3.8" ,
28
27
" Programming Language :: Python :: 3.9" ,
29
28
" Programming Language :: Python :: 3.10" ,
30
29
" Programming Language :: Python :: 3.11" ,
31
30
" Programming Language :: Python :: 3.12" ,
31
+ " Programming Language :: Python :: 3.13" ,
32
32
]
33
- requires-python = " >=3.8 , <4"
34
- dependencies = [" NumPy>=1.21 " , " QtPy>=1.9" ]
33
+ requires-python = " >=3.9 , <4"
34
+ dependencies = [" NumPy>=1.19 " , " QtPy>=1.9" ]
35
35
dynamic = [" version" ]
36
36
37
37
[project .urls ]
@@ -62,7 +62,7 @@ addopts = "qwt"
62
62
exclude = [" .git" , " .vscode" , " build" , " dist" ]
63
63
line-length = 88 # Same as Black.
64
64
indent-width = 4 # Same as Black.
65
- target-version = " py38 " # Assume Python 3.8
65
+ target-version = " py39 " # Assume Python 3.9.
66
66
67
67
[tool .ruff .lint ]
68
68
# all rules can be found here: https://beta.ruff.rs/docs/rules/
0 commit comments