Skip to content

Commit 911c565

Browse files
committed
chore(poetry): Update dependencies
fix(pydantic): schema metadata fix chore(version): Bump MINOR
1 parent afa736b commit 911c565

File tree

5 files changed

+355
-305
lines changed

5 files changed

+355
-305
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
18+
python-version: [ "3.10", "3.11", "3.12" ]
1919
os: [ ubuntu-latest, windows-latest, macos-latest ]
2020

2121
runs-on: ${{ matrix.os }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pydantic-numpy
22

3-
![Python 3.9-3.12](https://img.shields.io/badge/python-3.9--3.12-blue.svg)
3+
![Python 3.10-3.12](https://img.shields.io/badge/python-3.9--3.12-blue.svg)
44
[![Packaged with Poetry](https://img.shields.io/badge/packaging-poetry-cyan.svg)](https://python-poetry.org/)
55
![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)
66
![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)

0 commit comments

Comments
 (0)