@@ -20,7 +20,7 @@ authors = [
2020description = " Structural analysis from neutron and x-ray diffraction"
2121readme = " README.md"
2222license.file = " LICENSE"
23- requires-python = " >=3.9 "
23+ requires-python = " >=3.10 "
2424classifiers = [
2525 " Development Status :: 5 - Production/Stable" ,
2626 " Intended Audience :: Science/Research" ,
@@ -29,12 +29,11 @@ classifiers = [
2929 " Programming Language :: Fortran" ,
3030 " Programming Language :: Python :: Implementation :: CPython" ,
3131 " Programming Language :: Python :: 3 :: Only" ,
32- " Programming Language :: Python :: 3.9" ,
3332 " Programming Language :: Python :: 3.10" ,
3433 " Programming Language :: Python :: 3.11" ,
35- " Programming Language :: Python :: 3.12" , # in progress
34+ " Programming Language :: Python :: 3.12" ,
35+ " Programming Language :: Python :: 3.13" ,
3636 " Topic :: Scientific/Engineering" ,
37- " Typing :: Typed" ,
3837]
3938keywords = [" diffraction" , " crystallography" , " diffraction" ,
4039 " powder diffraction" , " SAXS" , " reflectometry" ," neutron diffraction" , " Rietveld" ]
0 commit comments