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 86664a3 commit 8b95f33Copy full SHA for 8b95f33
CHANGES.rst
@@ -1,6 +1,14 @@
1
Changelog
2
~~~~~~~~~
3
4
+1.18.0
5
+======
6
+Date: 31.10.2025
7
+
8
+- add builds for python 3.14
9
+- drop support for python 3.7, 3.8, 3.9
10
11
12
1.17.0
13
======
14
Date: 28.12.2024
src/cpymad/__init__.py
@@ -4,7 +4,7 @@
__title__ = 'cpymad'
-__version__ = '1.17.0'
+__version__ = '1.18.0'
__summary__ = 'Cython binding to MAD-X'
__uri__ = 'https://github.com/hibtc/cpymad'
0 commit comments