@@ -13,11 +13,11 @@ classifiers = [
1313 " License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
1414 " Natural Language :: English" ,
1515 " Operating System :: OS Independent" ,
16- " Programming Language :: Python :: 3.9" ,
1716 " Programming Language :: Python :: 3.10" ,
1817 " Programming Language :: Python :: 3.11" ,
1918 " Programming Language :: Python :: 3.12" ,
2019 " Programming Language :: Python :: 3.13" ,
20+ " Programming Language :: Python :: 3.14" ,
2121 " Topic :: Scientific/Engineering" ,
2222 " Topic :: Scientific/Engineering :: Physics" ,
2323 " Topic :: Software Development :: Libraries" ,
@@ -61,7 +61,7 @@ keywords = [
6161]
6262dynamic = [" version" ]
6363readme = " README.md"
64- requires-python = " >=3.9 "
64+ requires-python = " >=3.10 "
6565
6666[project .entry-points ."hyperspy .extensions" ]
6767lumispy = " lumispy"
@@ -81,9 +81,8 @@ doc = [
8181 " sphinx>=4.3.0" ,
8282 " sphinx_rtd_theme>=0.5.1" ,
8383 " sphinx-copybutton" ,
84- " sphinxcontrib-towncrier>=0.3.0a0" ,
85- # unpin when sphinxcontrib-towncrier support more recent version to towncrier
86- " towncrier<24" ,
84+ " sphinxcontrib-towncrier>=0.5.0a0" ,
85+ " towncrier" ,
8786 " numba" ,
8887]
8988dev = [
0 commit comments