Python 3.14 CI test and support (#3941)

This commit is contained in:
dgtlmoon
2026-03-02 11:28:52 +01:00
committed by GitHub
parent 30ac10ff24
commit b09ebcbef6
3 changed files with 52 additions and 2 deletions
@@ -706,7 +706,19 @@ jobs:
- name: Check upgrade works without error
run: |
echo "=== Testing upgrade path from 0.49.1 to ${{ github.ref_name }} (${{ github.sha }}) ==="
sudo apt-get update && sudo apt-get install -y --no-install-recommends \
g++ \
gcc \
libc-dev \
libffi-dev \
libjpeg-dev \
libssl-dev \
libxslt-dev \
make \
patch \
pkg-config \
zlib1g-dev
# Checkout old version and create datastore
git checkout 0.49.1
python3 -m venv .venv