Update CI config, scripts, and docs for python 3.10

This commit is contained in:
Blaise
2025-07-01 11:52:59 -05:00
parent cff0ad9d51
commit d945d574c6
24 changed files with 146 additions and 131 deletions

View File

@@ -1,5 +1,5 @@
# Dockerfile for Python 3 with xz-utils (for tar.xz unpacking)
FROM python:3.9-slim-bullseye
FROM python:3.10-slim-bookworm
RUN apt update && apt install -y xz-utils patch axel curl git