Skip to content

Commit 94a45b8

Browse files
committed
fix(diff-nautobot-understack): pin Python to supported version
1 parent 11b1ce1 commit 94a45b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/diff-nautobot-understack/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "diff-nautobot-understack"
77
description = "tool to compare data between Openstack and Nautobot"
88
authors = [{ name = "Understack Developers" }]
9-
requires-python = ">=3.10"
9+
requires-python = ">=3.10,<3.14"
1010
readme = "README.md"
1111
dependencies = [
1212
"openstacksdk>=4.2.0,<5",

python/diff-nautobot-understack/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)