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.
2 parents 3eabaa9 + 7b94432 commit db1b76cCopy full SHA for db1b76c
news/change-pythonversion.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
+
3
+* No news added: Trivial change to pyproject.toml
4
5
+**Changed:**
6
7
+* <news item>
8
9
+**Deprecated:**
10
11
12
13
+**Removed:**
14
15
16
17
+**Fixed:**
18
19
20
21
+**Security:**
22
23
pyproject.toml
@@ -14,7 +14,7 @@ maintainers = [
description = "Distance Printer, calculate the inter atomic distances. Part of xPDFsuite"
keywords = ['diffpy', 'pdf', 'data interpretation']
readme = "README.rst"
-requires-python = ">=3.12, <3.15"
+requires-python = ">=3.11, <3.14"
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
@@ -25,9 +25,9 @@ classifiers = [
25
'Operating System :: Microsoft :: Windows',
26
'Operating System :: POSIX',
27
'Operating System :: Unix',
28
+ 'Programming Language :: Python :: 3.11',
29
'Programming Language :: Python :: 3.12',
30
'Programming Language :: Python :: 3.13',
- 'Programming Language :: Python :: 3.14',
31
'Topic :: Scientific/Engineering :: Physics',
32
'Topic :: Scientific/Engineering :: Chemistry',
33
]
0 commit comments