Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Documentation can be build using this command and Sphinx (installed on your comp
Dependencies
------------

Python 3.9, ... 3.13 are well tested and officially supported.
Python 3.10, ... 3.14 are well tested and officially supported (thread-free is untested).
For full functionality of pyFAI the following modules need to be installed.

* ``numpy`` - http://www.numpy.org
Expand Down Expand Up @@ -195,6 +195,7 @@ Contributors
* Gunthard Benecke (Desy)
* Gero Flucke (Desy)
* Maciej Jankowski (ESRF)
* Gudrun Lotze

Indirect contributors (ideas...)
--------------------------------
Expand Down
5 changes: 0 additions & 5 deletions stdeb.cfg

This file was deleted.

4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"final": 15}
MAJOR = 2025
MINOR = 12
MICRO = 0
RELEV = "final" # <16
MICRO = 1
RELEV = "dev" # <16
SERIAL = 0 # <16

date = __date__
Expand Down