Skip to content

Commit ff2958e

Browse files
committed
add back support for python 3.10 and 3.11
1 parent a645d40 commit ff2958e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ maintainers = [
1717
description = "Tools for processing x-ray powder diffraction data from laboratory sources."
1818
keywords = ['powder XRD', 'absorption correction', 'PDF', 'diffpy']
1919
readme = "README.rst"
20-
requires-python = ">=3.12, <3.15"
20+
requires-python = ">=3.10, <3.15"
2121
classifiers = [
2222
'Development Status :: 5 - Production/Stable',
2323
'Environment :: Console',
@@ -28,6 +28,8 @@ classifiers = [
2828
'Operating System :: Microsoft :: Windows',
2929
'Operating System :: POSIX',
3030
'Operating System :: Unix',
31+
'Programming Language :: Python :: 3.10',
32+
'Programming Language :: Python :: 3.11',
3133
'Programming Language :: Python :: 3.12',
3234
'Programming Language :: Python :: 3.13',
3335
'Programming Language :: Python :: 3.14',

0 commit comments

Comments
 (0)