mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 13:01:06 -05:00
CI: Use released py3.13, add py3.14-alpha
This commit is contained in:
parent
b13ebebc83
commit
fe31143bbd
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user