Skip to content

Commit

Permalink
feat: Lift Python version restriction and test for 10/11/12
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Dec 7, 2023
1 parent 9b1a9b8 commit 16b465d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 16b465d

Please sign in to comment.