Skip to content

Commit a08cf50

Browse files
committed
BLD: update pyproject.toml Python classifiers
1 parent 244e448 commit a08cf50

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ authors = [
2020
description = "Structural analysis from neutron and x-ray diffraction"
2121
readme = "README.md"
2222
license.file = "LICENSE"
23-
requires-python = ">=3.9"
23+
requires-python = ">=3.10"
2424
classifiers = [
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
]
3938
keywords = ["diffraction", "crystallography", "diffraction",
4039
"powder diffraction", "SAXS", "reflectometry","neutron diffraction", "Rietveld"]

0 commit comments

Comments
 (0)