Azure / partnercenter-cli-extension

Partner Center Azure CLI Extension
MIT License
12 stars 11 forks source link

bug: Python 3.8 raises exceptions around AST #221

Open kevinhillinger opened 7 months ago

kevinhillinger commented 7 months ago

cli command

az partnercenter marketplace offer list

Extension version

0.2.4

Describe the bug

The import from ast fails. if that's removed, the

To reproduce

setup a virtual environment with 3.8.

Code snippet

No response

Relevant log output

No response