File tree 3 files changed +26
-3
lines changed
src/diffpy/srmise/applications
3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change
1
+ **Added: **
2
+
3
+ * Support for Python 3.13
4
+
5
+ **Changed: **
6
+
7
+ * <news item>
8
+
9
+ **Deprecated: **
10
+
11
+ * <news item>
12
+
13
+ **Removed: **
14
+
15
+ * Support for Python 3.10
16
+
17
+ **Fixed: **
18
+
19
+ * <news item>
20
+
21
+ **Security: **
22
+
23
+ * <news item>
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ maintainers = [
15
15
description = " Peak extraction and peak fitting tool for atomic pair distribution functions."
16
16
keywords = [' peak extraction fitting PDF AIC multimodeling' ]
17
17
readme = " README.rst"
18
- requires-python = " >=3.10 "
18
+ requires-python = " >=3.11, <3.14 "
19
19
classifiers = [
20
20
' Development Status :: 3 - Alpha' ,
21
21
' Environment :: Console' ,
@@ -27,9 +27,9 @@ classifiers = [
27
27
' Operating System :: Microsoft :: Windows' ,
28
28
' Operating System :: POSIX' ,
29
29
' Operating System :: Unix' ,
30
- ' Programming Language :: Python :: 3.10' ,
31
30
' Programming Language :: Python :: 3.11' ,
32
31
' Programming Language :: Python :: 3.12' ,
32
+ ' Programming Language :: Python :: 3.13' ,
33
33
' Topic :: Scientific/Engineering :: Physics' ,
34
34
' Topic :: Scientific/Engineering :: Chemistry' ,
35
35
' Topic :: Software Development :: Libraries' ,
Original file line number Diff line number Diff line change 12
12
#
13
13
##############################################################################
14
14
15
- # __init__.py file for spplications module
15
+ # __init__.py file for applications module
You can’t perform that action at this time.
0 commit comments