Skip to content

Commit b57ecd4

Browse files
authored
Merge pull request #2740 from kif/2707_remove_setuptools
Switch back to development mode
2 parents 58d4720 + 871d4c6 commit b57ecd4

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Documentation can be build using this command and Sphinx (installed on your comp
9999
Dependencies
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).
103103
For 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

199200
Indirect contributors (ideas...)
200201
--------------------------------

stdeb.cfg

Lines changed: 0 additions & 5 deletions
This file was deleted.

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"final": 15}
6666
MAJOR = 2025
6767
MINOR = 12
68-
MICRO = 0
69-
RELEV = "final" # <16
68+
MICRO = 1
69+
RELEV = "dev" # <16
7070
SERIAL = 0 # <16
7171

7272
date = __date__

0 commit comments

Comments
 (0)