changelog & only test numpy <2 on 3.12

This commit is contained in:
sneakers-the-rat 2024-12-13 17:28:59 -08:00
parent 16afdca672
commit a7b8b5f3d3
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D
2 changed files with 5 additions and 1 deletions

View file

@ -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"

View file

@ -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.*