Added conda/pypi buyilds for python 3.14 removed 3.11 (#287)
Build on RHEL8 / build (push) Successful in 2m24s
Build on RHEL9 / build (push) Successful in 2m41s
Run tests using data on local RHEL8 / build (push) Successful in 3m16s
Build on local RHEL8 / build (push) Successful in 1m55s

In line with supporting the 3 latest versions of Python
This commit is contained in:
Erik Fröjdh
2026-03-17 10:49:52 +01:00
committed by GitHub
parent eee34ba211
commit fca17e65d2
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -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 -1
View File
@@ -1,7 +1,7 @@
python:
- 3.11
- 3.12
- 3.13
- 3.14
c_compiler:
- gcc # [linux]
+1 -1
View File
@@ -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"