Skip to content

Commit 8443071

Browse files
committed
fix: set python version <3.14
1 parent c3fa74e commit 8443071

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ packages = ["ocp_resources", "class_generator"]
4747
dev-dependencies = ["ipdb>=0.13.13", "ipython>=8.12.3"]
4848

4949
[project]
50-
requires-python = ">=3.9"
50+
requires-python = ">=3.9, <3.14"
5151
name = "openshift-python-wrapper"
5252
version = "4.18.5"
5353
description = "Wrapper around https://github.com/kubernetes-client/python"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)