Skip to content

Commit d7978f9

Browse files
Add Python 3.14 support to CI and docs (#675)
1 parent ffc6c1a commit d7978f9

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/test-kr8s.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
25+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2626
kubernetes-version: ["1.33.4"]
2727
include:
28-
- python-version: '3.10'
28+
- python-version: '3.13'
2929
kubernetes-version: 1.32.8
30-
- python-version: '3.10'
30+
- python-version: '3.13'
3131
kubernetes-version: 1.31.12
32-
- python-version: '3.10'
32+
- python-version: '3.13'
3333
kubernetes-version: 1.30.13
34-
- python-version: '3.10'
34+
- python-version: '3.13'
3535
kubernetes-version: 1.29.14
36-
- python-version: '3.10'
36+
- python-version: '3.13'
3737
kubernetes-version: 1.28.15
3838
env:
3939
KUBECONFIG: .pytest-kind/pytest-kind/kubeconfig
@@ -64,7 +64,7 @@ jobs:
6464
fail-fast: false
6565
matrix:
6666
# Test the minimal and maximal Python versions only
67-
python-version: ["3.9", "3.13"]
67+
python-version: ["3.9", "3.14"]
6868
kubernetes-version: ["1.33.4"]
6969
steps:
7070
- uses: actions/checkout@v2

.github/workflows/test-kubectl-ng.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
23+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2424
kubernetes-version: ["1.33.4"]
2525
include:
26-
- python-version: '3.10'
26+
- python-version: '3.13'
2727
kubernetes-version: 1.32.8
28-
- python-version: '3.10'
28+
- python-version: '3.13'
2929
kubernetes-version: 1.31.12
30-
- python-version: '3.10'
30+
- python-version: '3.13'
3131
kubernetes-version: 1.30.13
32-
- python-version: '3.10'
32+
- python-version: '3.13'
3333
kubernetes-version: 1.29.14
34-
- python-version: '3.10'
34+
- python-version: '3.13'
3535
kubernetes-version: 1.28.15
3636
env:
3737
KUBECONFIG: .pytest-kind/pytest-kind/kubeconfig

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Read the Docs](https://img.shields.io/readthedocs/kr8s?logo=readthedocs&logoColor=white)](https://docs.kr8s.org/en/stable/)
77
[![EffVer Versioning](https://img.shields.io/badge/version_scheme-EffVer-0097a7)](https://jacobtomlinson.dev/effver)
88
[![PyPI](https://img.shields.io/pypi/v/kr8s)](https://pypi.org/project/kr8s/)
9-
[![Python Version Support](https://img.shields.io/badge/Python%20support-3.9%7C3.10%7C3.11%7C3.12%7C3.13-blue)](https://pypi.org/project/kr8s/)
9+
[![Python Version Support](https://img.shields.io/badge/Python%20support-3.9%7C3.10%7C3.11%7C3.12%7C3.13%7C3.14-blue)](https://pypi.org/project/kr8s/)
1010
[![Kubernetes Version Support](https://img.shields.io/badge/Kubernetes%20support-1.28%7C1.29%7C1.30%7C1.31%7C1.32%7C1.33-blue)](https://docs.kr8s.org/en/stable/installation.html#supported-kubernetes-versions)
1111
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/kr8s)](https://pypi.org/project/kr8s/)
1212
[![PyPI - License](https://img.shields.io/pypi/l/kr8s)](https://pypi.org/project/kr8s/)

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![EffVer Versioning](https://img.shields.io/badge/version_scheme-EffVer-0097a7)](https://jacobtomlinson.dev/effver)
44
[![PyPI](https://img.shields.io/pypi/v/kr8s)](https://pypi.org/project/kr8s/)
5-
[![Python Version Support](https://img.shields.io/badge/Python%20support-3.9%7C3.10%7C3.11%7C3.12%7C3.13-blue)](https://pypi.org/project/kr8s/)
5+
[![Python Version Support](https://img.shields.io/badge/Python%20support-3.9%7C3.10%7C3.11%7C3.12%7C3.13%7C3.14-blue)](https://pypi.org/project/kr8s/)
66
[![Kubernetes Version Support](https://img.shields.io/badge/Kubernetes%20support-1.28%7C1.29%7C1.30%7C1.31%7C1.32%7C1.33-blue)](https://docs.kr8s.org/en/stable/installation.html#supported-kubernetes-versions)
77
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/kr8s)](https://pypi.org/project/kr8s/)
88
[![PyPI - License](https://img.shields.io/pypi/l/kr8s)](https://pypi.org/project/kr8s/)

0 commit comments

Comments
 (0)