Make code more secure (stop using os.path, os.system)
Update workflow python_simplified.yml
Update workflow python_detailed.yml
Drop py3.8, because of EOL.
Drop workflow python version from 3.10 to 3.9 to be sure that the library will work on py3.9+. Also, I want to add matrix to test the library on 3.9, 3.10, 3.11, 3.12, 3.13, but I don't see anything deprecated in 3.9 that can't be in 3.13 in this code.
UV
; https://docs.astral.sh/uvMyPy
ruff
pre-commit
ruff
os.path
,os.system
)python_simplified.yml
python_detailed.yml
Drop workflow python version from 3.10 to 3.9 to be sure that the library will work on py3.9+. Also, I want to add
matrix
to test the library on 3.9, 3.10, 3.11, 3.12, 3.13, but I don't see anything deprecated in 3.9 that can't be in 3.13 in this code.