Skip to content

Commit 1cd9a5d

Browse files
committed
repo: drop support for python39
pyavd_utils requires 3_10+ for it to be installable Change-Id: I885f87ece65528734697fa0e24763e9f3073489d
1 parent 9b7f7d1 commit 1cd9a5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "cloudvision"
77
version = "1.26.4"
88
dynamic = ["dependencies", "optional-dependencies"]
99
description = "A Python library for Arista's CloudVision APIs and Provisioning Action integrations."
10-
requires-python = ">=3.9.0"
10+
requires-python = ">=3.10.0"
1111
readme = "README.md"
1212
maintainers = [{ name = "Support", email = "support@arista.com" }]
1313
classifiers = [

0 commit comments

Comments
 (0)