@@ -24,14 +24,14 @@ classifiers = [
2424 " Operating System :: OS Independent" ,
2525 " Operating System :: POSIX" ,
2626 " Operating System :: Unix" ,
27- " Programming Language :: Python :: 3.8" ,
2827 " Programming Language :: Python :: 3.9" ,
2928 " Programming Language :: Python :: 3.10" ,
3029 " Programming Language :: Python :: 3.11" ,
3130 " Programming Language :: Python :: 3.12" ,
31+ " Programming Language :: Python :: 3.13" ,
3232]
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" ]
3535dynamic = [" version" ]
3636
3737[project .urls ]
@@ -62,7 +62,7 @@ addopts = "qwt"
6262exclude = [" .git" , " .vscode" , " build" , " dist" ]
6363line-length = 88 # Same as Black.
6464indent-width = 4 # Same as Black.
65- target-version = " py38 " # Assume Python 3.8
65+ target-version = " py39 " # Assume Python 3.9.
6666
6767[tool .ruff .lint ]
6868# all rules can be found here: https://beta.ruff.rs/docs/rules/
0 commit comments