Skip to content

Commit 54bb3bb

Browse files
committed
chore(python) deprecates python 3.9 and add 3.14 in CI
1 parent 714f514 commit 54bb3bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 1
1515
matrix:
16-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
16+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1717

1818
steps:
1919
- uses: actions/checkout@v6

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repository = "https://github.com/cloudfoundry-community/cf-python-client"
1818
keywords = ["cloudfoundry", "cf"]
1919

2020
[tool.poetry.dependencies]
21-
python = ">=3.9"
21+
python = ">=3.10"
2222
aiohttp = ">=3.8.0"
2323
protobuf = "6.33.2"
2424
oauth2-client= "1.4.2"

0 commit comments

Comments
 (0)