Pin Addon Checker workflow Python verion to v3.12

- Hotfix until Addon Checker is updated to fix issues with deprecated lib2to3 in Python v3.13
This commit is contained in:
MoojMidge 2025-02-21 10:06:49 +11:00
parent d473eeceb7
commit 17d6a22a4e

View file

@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.x' ]
python-version: [ '3.12' ]
steps:
- name: Checkout Add-on