Skip to content

Commit aeccd66

Browse files
committed
chore(poetry): Update dependencies
chore(python): Support Python 3.13; breaking changes for NumpyModel chore(version): Bump MAJOR
1 parent 911c565 commit aeccd66

File tree

5 files changed

+321
-328
lines changed

5 files changed

+321
-328
lines changed

.github/workflows/test.yaml

+1-1
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.10", "3.11", "3.12" ]
18+
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
1919
os: [ ubuntu-latest, windows-latest, macos-latest ]
2020

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pydantic-numpy
22

3-
![Python 3.10-3.12](https://img.shields.io/badge/python-3.9--3.12-blue.svg)
3+
![Python 3.10-3.13](https://img.shields.io/badge/python-3.9--3.13-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)