We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077ff42 commit d9e435dCopy full SHA for d9e435d
news/python-3.14.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
+
3
+* Support for Python 3.14
4
5
+**Changed:**
6
7
+* <news item>
8
9
+**Deprecated:**
10
11
12
13
+**Removed:**
14
15
+* Support for Python 3.11
16
17
+**Fixed:**
18
19
20
21
+**Security:**
22
23
pyproject.toml
@@ -15,7 +15,7 @@ maintainers = [
description = "Peak extraction and peak fitting tool for atomic pair distribution functions."
keywords = ['peak extraction', 'fitting', 'PDF', 'AIC', 'multimodeling']
readme = "README.rst"
-requires-python = ">=3.11, <3.14"
+requires-python = ">=3.12, <3.15"
classifiers = [
'Development Status :: 3 - Alpha',
'Environment :: Console',
@@ -27,9 +27,9 @@ classifiers = [
27
'Operating System :: Microsoft :: Windows',
28
'Operating System :: POSIX',
29
'Operating System :: Unix',
30
- 'Programming Language :: Python :: 3.11',
31
'Programming Language :: Python :: 3.12',
32
'Programming Language :: Python :: 3.13',
+ 'Programming Language :: Python :: 3.14',
33
'Topic :: Scientific/Engineering :: Physics',
34
'Topic :: Scientific/Engineering :: Chemistry',
35
'Topic :: Software Development :: Libraries',
0 commit comments