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.
1 parent cd9df4a commit b6525adCopy full SHA for b6525ad
CHANGES.txt
@@ -1,3 +1,7 @@
1
+v1.7.10, 2025-01-17
2
+
3
+* add Python 3.13 wheel generation, otherwise equivalent to v1.7.9
4
5
v1.7.9, 2025-01-16
6
7
* avoid use of scipy.misc package. make xrayutilities work with scipy>=1.15 (#202)
lib/xrayutilities/VERSION
@@ -1 +1 @@
-1.7.9
+1.7.10
setup.py
@@ -149,6 +149,7 @@ def run(self):
149
"Programming Language :: Python :: 3.10",
150
"Programming Language :: Python :: 3.11",
151
"Programming Language :: Python :: 3.12",
152
+ "Programming Language :: Python :: 3.13",
153
"Topic :: Scientific/Engineering :: Physics",
154
"Intended Audience :: Science/Research",
155
"Development Status :: 5 - Production/Stable",
0 commit comments