From 16b465df1d8f7e3411537ade56ebdad307cd3533 Mon Sep 17 00:00:00 2001 From: ewuerger Date: Thu, 7 Dec 2023 12:18:24 +0100 Subject: [PATCH] feat: Lift Python version restriction and test for 10/11/12 --- .github/workflows/build-test-publish.yml | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 85e53e4e..a07ea56b 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -20,9 +20,10 @@ jobs: python_version: - "3.10" - "3.11" + - "3.12" include: - os: windows-latest - python_version: "3.11" + python_version: "3.12" steps: - uses: actions/checkout@v3 - name: Set up Python ${{matrix.python_version}} diff --git a/pyproject.toml b/pyproject.toml index a8aac548..19e39f71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dynamic = ["version"] name = "capella2polarion" description = "Synchronise Capella models with Polarion projects" readme = "README.md" -requires-python = ">=3.9, <3.12" +requires-python = ">=3.10, <3.13" license = { text = "Apache-2.0" } authors = [ { name = "DB Netz AG" },