Skip to content

Commit

Permalink
chore(poetry): Update dependencies
Browse files Browse the repository at this point in the history
chore(python): Support Python 3.13; breaking changes for NumpyModel
chore(version): Bump MAJOR
  • Loading branch information
caniko committed Nov 16, 2024
1 parent 911c565 commit aeccd66
Show file tree
Hide file tree
Showing 5 changed files with 321 additions and 328 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.10", "3.11", "3.12" ]
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
os: [ ubuntu-latest, windows-latest, macos-latest ]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pydantic-numpy

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

0 comments on commit aeccd66

Please sign in to comment.