mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2025-01-09 21:44:27 +00:00
add 3.13 to test matrix
This commit is contained in:
parent
dc547c4830
commit
0cbdfb2890
1 changed files with 7 additions and 1 deletions
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
@ -15,20 +15,26 @@ jobs:
|
|||
matrix:
|
||||
platform: ["ubuntu-latest", "macos-latest", "windows-latest"]
|
||||
numpy-version: ["<2.0.0", ">=2.0.0"]
|
||||
python-version: ["3.9", "3.10", "3.11", "3.12"]
|
||||
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||
exclude:
|
||||
- numpy-version: "<2.0.0"
|
||||
python-version: "3.10"
|
||||
- numpy-version: "<2.0.0"
|
||||
python-version: "3.11"
|
||||
- numpy-version: "<2.0.0"
|
||||
python-version: "3.12"
|
||||
- platform: "macos-latest"
|
||||
python-version: "3.10"
|
||||
- platform: "macos-latest"
|
||||
python-version: "3.11"
|
||||
- platform: "macos-latest"
|
||||
python-version: "3.12"
|
||||
- platform: "windows-latest"
|
||||
python-version: "3.10"
|
||||
- platform: "windows-latest"
|
||||
python-version: "3.11"
|
||||
- platform: "windows-latest"
|
||||
python-version: "3.12"
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue