TomographicImaging / CILViewer

A simple Viewer for 3D data built with VTK
Apache License 2.0
8 stars 6 forks source link

Remove Py3.12 for compatibility with EQT #399

Closed vais-ral closed 4 months ago

vais-ral commented 4 months ago

Describe your changes

EQT package is up to python 3.11, therefore the viewer build fails for 3.12.

Describe any testing you have performed

Consider adding example code to examples

Link relevant issues

Checklist when you are ready to request a review

Contribution Notes

Qt contributions should follow Qt naming conventions i.e. camelCase method names.

VTK contributions should follow VTK naming conventions i.e. PascalCase method names.