File tree 2 files changed +25
-2
lines changed
2 files changed +25
-2
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 @@ -14,7 +14,7 @@ maintainers = [
14
14
description = " Shared utilities for diffpy packages"
15
15
keywords = [' "text data parsers" "wx grid" "diffraction objects"' ]
16
16
readme = " README.rst"
17
- requires-python = " >=3.10 "
17
+ requires-python = " >=3.11, <3.14 "
18
18
classifiers = [
19
19
' Development Status :: 5 - Production/Stable' ,
20
20
' Environment :: Console' ,
@@ -25,9 +25,9 @@ classifiers = [
25
25
' Operating System :: Microsoft :: Windows' ,
26
26
' Operating System :: POSIX' ,
27
27
' Operating System :: Unix' ,
28
- ' Programming Language :: Python :: 3.10' ,
29
28
' Programming Language :: Python :: 3.11' ,
30
29
' Programming Language :: Python :: 3.12' ,
30
+ ' Programming Language :: Python :: 3.13' ,
31
31
' Topic :: Scientific/Engineering :: Physics' ,
32
32
' Topic :: Scientific/Engineering :: Chemistry' ,
33
33
]
You can’t perform that action at this time.
0 commit comments