diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 5183d86..cccd601 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -16,6 +16,7 @@ jobs: python-version: - "3.10" - "3.11" + - "3.12" steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} diff --git a/pyproject.toml b/pyproject.toml index add9d92..5ae9f13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ authors = ["Mendix Cloud Value Added Services Team "] [tool.poetry.dependencies] -python = ">=3.10,<3.12" +python = ">=3.10,<3.13" cookiecutter = "^2" [tool.poetry.group.lint]