Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: using python-version: 3.9-dev installs 3.10.4 #416

Closed
4 of 5 tasks
mayeut opened this issue Jun 5, 2022 · 4 comments
Closed
4 of 5 tasks

bug: using python-version: 3.9-dev installs 3.10.4 #416

mayeut opened this issue Jun 5, 2022 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@mayeut
Copy link
Contributor

mayeut commented Jun 5, 2022

Description:

using python-version: 3.9-dev installs 3.10.4

Run ./
  with:
    python-version: 3.9-dev
    token: ***
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.7.13/x64
    PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.7.13/x64/lib/pkgconfig
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.7.13/x64/lib
Successfully set up CPython (3.10.4)

Action version:
v3, main

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Tools version:
3.9-dev

Repro steps:
c.f description

Expected behavior:
Set up the most recent CPython 3.9 version available including pre-releases i.e. in node-semver, ~3.9.0-0, {includePrerelease: true}

Actual behavior:
Set up CPython 3.10.4

@mayeut mayeut added bug Something isn't working needs triage labels Jun 5, 2022
@panticmilos
Copy link
Contributor

Hi @mayeut,

I was able to reproduce this issue, we will take look at it and related PRs today.

@dmitry-shibanov
Copy link
Contributor

Hello @mayeut. The new major version was released with your fix. Could you please confirm that everything works expected?

@mayeut
Copy link
Contributor Author

mayeut commented Jun 8, 2022

@dmitry-shibanov,
The major issue is fixed (the one from the title).
I wouldn't say "as expected": it wouldn't have installed 3.9.2rc1 back in time, it would have used a 3.9.0 or 3.9.1 instead.
However given the following, I will let you decide if you want to rename the issue or just close it:

@dmitry-shibanov
Copy link
Contributor

Hello @mayeut. It looks like listed pull requests were merged. Now it works as expected. For now I'm going to close the issue if you have any concerns feel free to ping us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants