File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed
src/diffpy/srmise/applications Expand file tree Collapse file tree 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 = [
1515description = " Peak extraction and peak fitting tool for atomic pair distribution functions."
1616keywords = [' peak extraction fitting PDF AIC multimodeling' ]
1717readme = " README.rst"
18- requires-python = " >=3.10 "
18+ requires-python = " >=3.11, <3.14 "
1919classifiers = [
2020 ' Development Status :: 3 - Alpha' ,
2121 ' Environment :: Console' ,
@@ -27,9 +27,9 @@ classifiers = [
2727 ' Operating System :: Microsoft :: Windows' ,
2828 ' Operating System :: POSIX' ,
2929 ' Operating System :: Unix' ,
30- ' Programming Language :: Python :: 3.10' ,
3130 ' Programming Language :: Python :: 3.11' ,
3231 ' Programming Language :: Python :: 3.12' ,
32+ ' Programming Language :: Python :: 3.13' ,
3333 ' Topic :: Scientific/Engineering :: Physics' ,
3434 ' Topic :: Scientific/Engineering :: Chemistry' ,
3535 ' Topic :: Software Development :: Libraries' ,
Original file line number Diff line number Diff line change 1212#
1313##############################################################################
1414
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