Skip to content

AWS version of action requires python 3.13 but it's not available #9

@lool

Description

@lool

Hi

I'm testing uploads to S3 for qcom-deb-images here qualcomm-linux/qcom-deb-images#148

The CI run at https://github.com/qualcomm-linux/qcom-deb-images/actions/runs/17822260123/job/50667201108?pr=148 failed to upload with:

  Version 3.13 was not found in the local cache
  Error: The version '3.13' with architecture 'arm64' was not found for this operating system.
  The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

Indeed, I see the composite action requires this version through actions/python-versions:
https://github.com/qualcomm-linux/upload-private-artifact-action/blob/aws/action.yml#L21
but I don't see it available in the list supported by github's actions/python-versions.

Perhaps boto3 should be installed directly from alpine or from debian?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions