mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-25 20:41:18 -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:
|
||||
matrix:
|
||||
include:
|
||||
- python-version: "3.13.0-alpha.6"
|
||||
with-opt-deps: false # https://github.com/pyca/cryptography/issues/10806
|
||||
- python-version: "3.14.0-alpha.0"
|
||||
with-opt-deps: true
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
- python-version: "3.13.0"
|
||||
with-opt-deps: true
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
- python-version: "3.12.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user