CI: Use released py3.13, add py3.14-alpha

This commit is contained in:
Valentin Lorentz 2024-10-18 22:41:53 +02:00
parent b13ebebc83
commit fe31143bbd

View File

@ -15,8 +15,12 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- python-version: "3.13.0-alpha.6" - python-version: "3.14.0-alpha.0"
with-opt-deps: false # https://github.com/pyca/cryptography/issues/10806 with-opt-deps: true
runs-on: ubuntu-22.04
- python-version: "3.13.0"
with-opt-deps: true
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
- python-version: "3.12.0" - python-version: "3.12.0"