Skip to content

Commit b6525ad

Browse files
committed
prepare 1.7.10 release, bump version, add 3.13 in setup.py
1 parent cd9df4a commit b6525ad

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
v1.7.9, 2025-01-16
26

37
* avoid use of scipy.misc package. make xrayutilities work with scipy>=1.15 (#202)

lib/xrayutilities/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.9
1+
1.7.10

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def run(self):
149149
"Programming Language :: Python :: 3.10",
150150
"Programming Language :: Python :: 3.11",
151151
"Programming Language :: Python :: 3.12",
152+
"Programming Language :: Python :: 3.13",
152153
"Topic :: Scientific/Engineering :: Physics",
153154
"Intended Audience :: Science/Research",
154155
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)