Infra: CI: Test Python 3.13 (#3517)
This commit is contained in:
parent
f4382664a4
commit
fa9f7201c0
|
@ -26,7 +26,7 @@ jobs:
|
|||
matrix:
|
||||
python-version:
|
||||
- "3.x"
|
||||
- "3.12-dev"
|
||||
- "3.13-dev"
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
@ -33,7 +33,8 @@ jobs:
|
|||
- "3.9"
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
- "3.12-dev"
|
||||
- "3.12"
|
||||
- "3.13"
|
||||
os:
|
||||
- "windows-latest"
|
||||
- "macos-latest"
|
||||
|
@ -46,6 +47,7 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: pip
|
||||
allow-prereleases: true
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue