File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dynamic = ["version"]
1111name = " polarion-rest-api-client"
1212description = " An API Client for the Polarion REST API"
1313readme = " README.md"
14- requires-python = " >=3.11 , <3.15"
14+ requires-python = " >=3.12 , <3.15"
1515license = " Apache-2.0"
1616license-files = [" LICENSES/*.txt" ]
1717authors = [
@@ -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
9392show_error_codes = true
9493warn_redundant_casts = true
9594warn_unreachable = true
96- python_version = " 3.13 "
95+ python_version = " 3.12 "
9796disable_error_code = " misc"
9897
9998[[tool .mypy .overrides ]]
You can’t perform that action at this time.
0 commit comments