From f1b7d40f9484a0fb5d3c230321ffa3767847be53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20W=C3=B6llert?= Date: Thu, 7 Mar 2024 14:56:56 +0100 Subject: [PATCH] Add pydantic 2.6 to test matrix. --- .github/workflows/tests.yml | 3 +++ tox.ini | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7e824369..9aa53dc5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,6 +45,9 @@ jobs: - python_version: "3.12" pydantic_version: "25" sphinx_version: "72" + - python_version: "3.12" + pydantic_version: "26" + sphinx_version: "72" runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index 5380bf58..58c25956 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{37,38,39,310,311,312}-pydantic{20,21,22,23,24,25,latest}-sphinx{40,45,53,62,70,71,72,latest}, latest, development, no_erdantic, linter +envlist = py{37,38,39,310,311,312}-pydantic{20,21,22,23,24,25,26,latest}-sphinx{40,45,53,62,70,71,72,latest}, latest, development, no_erdantic, linter isolated_build = True [testenv] @@ -21,6 +21,7 @@ deps = pydantic23: pydantic~=2.3.0 pydantic24: pydantic~=2.4.0 pydantic25: pydantic~=2.5.0 + pydantic25: pydantic~=2.6.0 pydanticlatest: pydantic sphinx40: sphinx~=4.0.0 sphinx45: sphinx~=4.5.0