This commit is contained in:
Florian Bach 2025-10-07 07:40:17 +02:00
parent 143f20dc64
commit fb288afb3a
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ jobs:
container: python:${{ matrix.python-version }}
strategy:
matrix:
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-rc"]
# 3.5 is broken due to SSL issues? Todo.
steps:
- uses: actions/checkout@v4
@ -151,7 +151,7 @@ jobs:
- name: Install dependencies
run: |
pip3 install -r ./.github/workflows/ci_test_requirements.txt
pip3 install --break-system-packages -r ./.github/workflows/ci_test_requirements.txt
- name: Run tests (Python 3)
run: |