generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 95
Closed
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
It seems all official GitHub runners are using Python 3.13. but if you use jurplel/install-qt-action all steps afterwards will be using 3.11 instead which is very unexpected.
I think the issue might just be that the python-version option has not been adjusted internally when newer Python versions were released.
Since all official GitHub runners are coming with Python pre-installed and this only applies to self-hosted ones I wonder if setup-python should even be disabled by default.
See include-what-you-use/include-what-you-use#1704 (comment) how I encountered this.
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists