Skip to content

Commit 0f0e0fe

Browse files
committed
Support py313 in pyproject.toml
1 parent bfa978a commit 0f0e0fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ maintainers = [
1414
description = "Tools for processing x-ray powder diffraction data from laboratory sources."
1515
keywords = ['powder xrd', 'absorption correction', 'pdf', 'diffpy']
1616
readme = "README.rst"
17-
requires-python = ">=3.11, <3.13"
17+
requires-python = ">=3.11, <3.14"
1818
classifiers = [
1919
'Development Status :: 5 - Production/Stable',
2020
'Environment :: Console',
@@ -27,6 +27,7 @@ classifiers = [
2727
'Operating System :: Unix',
2828
'Programming Language :: Python :: 3.11',
2929
'Programming Language :: Python :: 3.12',
30+
'Programming Language :: Python :: 3.13',
3031
'Topic :: Scientific/Engineering :: Physics',
3132
'Topic :: Scientific/Engineering :: Chemistry',
3233
]

0 commit comments

Comments
 (0)