Skip to content

Commit

Permalink
Deps/2023 09 30 (#125)
Browse files Browse the repository at this point in the history
* Update Pydantic version
* Add support to use the Pydantic version between 1.0 and <3.0
* Add Python 3.12 to the ci.yml matrix
* Support and test for Python 3.12
  • Loading branch information
carlos-rian authored Sep 30, 2023
1 parent 6b92088 commit e3c82f3
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 115 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 5
max-parallel: 6
matrix:
os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.3"]
fail-fast: false

steps:
Expand Down
Loading

0 comments on commit e3c82f3

Please # to comment.