Define minimal Python version on pyproject (#634)

This commit is contained in:
Anael Mobilia
2025-12-02 02:22:49 +01:00
committed by GitHub
parent b1356f7dfc
commit 4b98d795ff

View File

@@ -28,6 +28,7 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3"
]
requires-python = ">= 3.9"
dependencies = [
"azure-identity>=1.8.0",
"azure-monitor-ingestion>=1.0.0",