We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1638b93 commit 3e8d5f3Copy full SHA for 3e8d5f3
pyproject.toml
@@ -14,7 +14,7 @@ maintainers = [
14
description = "Configuration utilities for project. Part of xPDFsuite"
15
keywords = ['diffpy', 'pdf', 'data interpretation']
16
readme = "README.rst"
17
-requires-python = ">=3.11, <3.14"
+requires-python = ">=3.11, <3.15"
18
classifiers = [
19
'Development Status :: 5 - Production/Stable',
20
'Environment :: Console',
@@ -28,6 +28,7 @@ classifiers = [
28
'Programming Language :: Python :: 3.11',
29
'Programming Language :: Python :: 3.12',
30
'Programming Language :: Python :: 3.13',
31
+ 'Programming Language :: Python :: 3.14',
32
'Topic :: Scientific/Engineering :: Physics',
33
'Topic :: Scientific/Engineering :: Chemistry',
34
]
0 commit comments