Skip to content

Commit e3c82f3

Browse files
authored
Deps/2023 09 30 (#125)
* 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
1 parent 6b92088 commit e3c82f3

File tree

3 files changed

+117
-115
lines changed

3 files changed

+117
-115
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
test:
2020
runs-on: ${{ matrix.os }}
2121
strategy:
22-
max-parallel: 5
22+
max-parallel: 6
2323
matrix:
2424
os: [ubuntu-latest]
25-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
25+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.3"]
2626
fail-fast: false
2727

2828
steps:

0 commit comments

Comments
 (0)