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 Jan 8, 2024
1 parent 9b1a9b8 commit f3878b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
4 changes: 2 additions & 2 deletions 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 All @@ -23,9 +23,9 @@ classifiers = [
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [
"capellambse",
Expand Down

0 comments on commit f3878b3

Please sign in to comment.