Skip to content

Commit 4c58c53

Browse files
committed
set max python version to 3.14
1 parent 7f1b52b commit 4c58c53

2 files changed

Lines changed: 82 additions & 160 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Catalyst SD-WAN Lab Deployment Tool - Automation Tool for managin
55
license = { text = "BSD-3-Clause" }
66
authors = [{ name = "Tomasz Zarski", email = "tzarski@cisco.com" }]
77
readme = "README.md"
8-
requires-python = ">=3.10"
8+
requires-python = ">=3.10,<3.15"
99
keywords = ["cisco", "catalyst", "sdwan", "lab"]
1010
dependencies = [
1111
"virl2-client>=2.8.0,<3",

0 commit comments

Comments
 (0)