@@ -21,6 +21,7 @@ classifiers = [
2121 " Programming Language :: Python :: 3.11" ,
2222 " Programming Language :: Python :: 3.12" ,
2323 " Programming Language :: Python :: 3.13" ,
24+ " Programming Language :: Python :: 3.14" ,
2425]
2526dynamic = [" version" ]
2627dependencies = [" numpy" ]
@@ -34,7 +35,7 @@ test_thirdparty = [
3435 " colorspacious" ,
3536 " colour" ,
3637 " matplotlib" ,
37- " napari>=0.5.0" ,
38+ " napari>=0.5.0; python_version<'3.14' " ,
3839 " PyQt6==6.8.1" ,
3940 " numba" ,
4041 " numba<0.61; python_version<'3.12'" ,
@@ -150,10 +151,9 @@ filterwarnings = [
150151 " ignore::DeprecationWarning:Pyinstaller" ,
151152 " ignore::DeprecationWarning:pkg_resources" ,
152153 " ignore::DeprecationWarning:altgraph" ,
153- " ignore:'oneOf' deprecated:DeprecationWarning:matplotlib" ,
154- " ignore:'parseString' deprecated:DeprecationWarning:matplotlib" ,
155- " ignore:'resetCache' deprecated:DeprecationWarning:matplotlib" ,
156- " ignore:'enablePackrat' deprecated:DeprecationWarning:matplotlib" ,
154+ " ignore::DeprecationWarning:pyparsing" ,
155+ " ignore::DeprecationWarning:matplotlib._mathtext" ,
156+ " ignore::DeprecationWarning:matplotlib._fontconfig_pattern" ,
157157]
158158
159159# https://mypy.readthedocs.io/en/stable/config_file.html
0 commit comments