mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2025-01-08 13:14:28 +00:00
changelog & only test numpy <2 on 3.12
This commit is contained in:
parent
16afdca672
commit
a7b8b5f3d3
2 changed files with 5 additions and 1 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -21,8 +21,10 @@ jobs:
|
|||
python-version: "3.10"
|
||||
- numpy-version: "<2.0.0"
|
||||
python-version: "3.11"
|
||||
# let's call python 3.12 the last version we're going to support with numpy <2
|
||||
# they don't provide wheels for <2 in 3.13 and beyond.
|
||||
- numpy-version: "<2.0.0"
|
||||
python-version: "3.12"
|
||||
python-version: "3.13"
|
||||
- platform: "macos-latest"
|
||||
python-version: "3.10"
|
||||
- platform: "macos-latest"
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
- [#39](https://github.com/p2p-ld/numpydantic/pull/39) - Test that all combinations of shapes, dtypes, and interfaces
|
||||
can generate JSON schema.
|
||||
- [#39](https://github.com/p2p-ld/numpydantic/pull/39) - Add python 3.13 to the testing matrix.
|
||||
- [#39](https://github.com/p2p-ld/numpydantic/pull/39) - Add an additional `marks` field to ValidationCase
|
||||
for finer-grained control over running tests.
|
||||
|
||||
## 1.*
|
||||
|
||||
|
|
Loading…
Reference in a new issue