support Python 3.14 (#453)

* support Python 3.14
* update Python in Docker containers
This commit is contained in:
Roland Kurmann
2025-11-14 16:01:13 +01:00
committed by GitHub
parent 2b990376a6
commit 13231a4f61
9 changed files with 20 additions and 24 deletions

View File

@@ -60,8 +60,8 @@ headless: bool = False
try:
import cv2
import numpy as np
import cv2.typing
import numpy as np
try:
import tkinter