mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-06 02:30:50 -08:00
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:
parent
d473eeceb7
commit
17d6a22a4e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/addon-validations.yml
vendored
2
.github/workflows/addon-validations.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [ '3.x' ]
|
||||
python-version: [ '3.12' ]
|
||||
|
||||
steps:
|
||||
- name: Checkout Add-on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue