Skip to content

Commit 4ea105f

Browse files
committed
ci: Remove 3.11 from supported Python versions
Only support 3 Python versions.
1 parent d910689 commit 4ea105f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- "3.14"
2929
include:
3030
- os: windows-latest
31-
python_version: "3.13"
31+
python_version: "3.12"
3232
steps:
3333
- uses: actions/checkout@v4
3434
- uses: astral-sh/setup-uv@v5

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dynamic = ["version"]
1111
name = "polarion-rest-api-client"
1212
description = "An API Client for the Polarion REST API"
1313
readme = "README.md"
14-
requires-python = ">=3.11, <3.15"
14+
requires-python = ">=3.12, <3.15"
1515
license = "Apache-2.0"
1616
license-files = ["LICENSES/*.txt"]
1717
authors = [
@@ -23,7 +23,6 @@ classifiers = [
2323
"Natural Language :: English",
2424
"Operating System :: OS Independent",
2525
"Programming Language :: Python :: 3 :: Only",
26-
"Programming Language :: Python :: 3.11",
2726
"Programming Language :: Python :: 3.12",
2827
"Programming Language :: Python :: 3.13",
2928
"Programming Language :: Python :: 3.14",
@@ -93,7 +92,7 @@ no_implicit_optional = true
9392
show_error_codes = true
9493
warn_redundant_casts = true
9594
warn_unreachable = true
96-
python_version = "3.13"
95+
python_version = "3.12"
9796
disable_error_code = "misc"
9897

9998
[[tool.mypy.overrides]]

0 commit comments

Comments
 (0)