File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Documentation can be build using this command and Sphinx (installed on your comp
9999Dependencies
100100------------
101101
102- Python 3.9 , ... 3.13 are well tested and officially supported.
102+ Python 3.10 , ... 3.14 are well tested and officially supported (thread-free is untested) .
103103For full functionality of pyFAI the following modules need to be installed.
104104
105105* ``numpy `` - http://www.numpy.org
@@ -195,6 +195,7 @@ Contributors
195195* Gunthard Benecke (Desy)
196196* Gero Flucke (Desy)
197197* Maciej Jankowski (ESRF)
198+ * Gudrun Lotze
198199
199200Indirect contributors (ideas...)
200201--------------------------------
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6565 "final" : 15 }
6666MAJOR = 2025
6767MINOR = 12
68- MICRO = 0
69- RELEV = "final " # <16
68+ MICRO = 1
69+ RELEV = "dev " # <16
7070SERIAL = 0 # <16
7171
7272date = __date__
You can’t perform that action at this time.
0 commit comments