diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 913349d..b084f0c 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/setup.cfg b/setup.cfg index a740d32..bf0c715 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,7 @@ classifiers = [options] packages = find: -python_requires = >= 3.10, < 3.11 +python_requires = >= 3.10, < 3.13 include_package_data = True install_requires = pydantic >= 2.4.2, < 3