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

@@ -3,7 +3,7 @@
#
# Used by `complement.sh`. Not suitable for production use.
ARG PYTHON_VERSION=3.9
ARG PYTHON_VERSION=3.10
###
### Stage 0: generate requirements.txt