Drop Python 3.9, bump tests/builds to Python 3.10 (#19099)

Python 3.9 EOL is on 2025-10-31
This commit is contained in:
Andrew Ferrazzutti
2025-10-29 13:15:00 -04:00
committed by GitHub
parent 32998d07d2
commit e0838c2567
16 changed files with 59 additions and 65 deletions

View File

@@ -34,7 +34,7 @@ pyo3 = { version = "0.25.1", features = [
"macros",
"anyhow",
"abi3",
"abi3-py39",
"abi3-py310",
] }
pyo3-log = "0.12.4"
pythonize = "0.25.0"