Skip to content

Commit 3e8d5f3

Browse files
committed
chore: add python 3.14
1 parent 1638b93 commit 3e8d5f3

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 = "Configuration utilities for project. Part of xPDFsuite"
1515
keywords = ['diffpy', 'pdf', 'data interpretation']
1616
readme = "README.rst"
17-
requires-python = ">=3.11, <3.14"
17+
requires-python = ">=3.11, <3.15"
1818
classifiers = [
1919
'Development Status :: 5 - Production/Stable',
2020
'Environment :: Console',
@@ -28,6 +28,7 @@ classifiers = [
2828
'Programming Language :: Python :: 3.11',
2929
'Programming Language :: Python :: 3.12',
3030
'Programming Language :: Python :: 3.13',
31+
'Programming Language :: Python :: 3.14',
3132
'Topic :: Scientific/Engineering :: Physics',
3233
'Topic :: Scientific/Engineering :: Chemistry',
3334
]

0 commit comments

Comments
 (0)