mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-06-04 14:58:46 +02:00
Added conda/pypi buyilds for python 3.14 removed 3.11 (#287)
In line with supporting the 3 latest versions of Python
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
- Use ``read_roi/rois`` to read multiple ROIs for one frame, the index of a specific ROI to only read that ROI
|
||||
- Use ``read_n_with_roi`` to read multiple frames for a specific ROI.
|
||||
- Note ``read_frame`` and ``read_n`` is not supported for multiple ROI's.
|
||||
- Building conda/pypi pkgs for python 3.14. Removing 3.11 builds.
|
||||
|
||||
### Bugfixes:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
python:
|
||||
- 3.11
|
||||
- 3.12
|
||||
- 3.13
|
||||
- 3.14
|
||||
|
||||
c_compiler:
|
||||
- gcc # [linux]
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ license = { file = "LICENSE" }
|
||||
|
||||
[tool.cibuildwheel]
|
||||
|
||||
build = "cp{311,312,313}-manylinux_x86_64"
|
||||
build = "cp{312,313,314}-manylinux_x86_64"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user