mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-12 17:54:29 +00:00
oop python 3.13 not out yet
This commit is contained in:
parent
d24da4dc12
commit
cb1e6357b6
1 changed files with 1 additions and 7 deletions
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
@ -14,26 +14,20 @@ 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", "3.13"]
|
||||
python-version: ["3.9", "3.10", "3.11", "3.12"]
|
||||
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