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

Last N.x stable CPython version in config is not supported #10805

Closed
mvorisek opened this issue Oct 7, 2023 · 3 comments
Closed

Last N.x stable CPython version in config is not supported #10805

mvorisek opened this issue Oct 7, 2023 · 3 comments

Comments

@mvorisek
Copy link

mvorisek commented Oct 7, 2023

Details

example config:

version: 2

build:
  os: ubuntu-22.04
  tools:
    python: 3

Expected Result

as documented in https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python, build.tools.python: 3 should be supported and represent the latest 3.x release

Actual Result

image

@mvorisek
Copy link
Author

mvorisek commented Oct 7, 2023

also please make build.os optional to simplify projects maintenance to always fallback to the latest linux OS

@mvorisek mvorisek changed the title Last stable CPython version in config is not supported Last 3.x stable CPython version in config is not supported Oct 7, 2023
@mvorisek mvorisek changed the title Last 3.x stable CPython version in config is not supported Last N.x stable CPython version in config is not supported Oct 7, 2023
@stsewd
Copy link
Member

stsewd commented Oct 9, 2023

Hi, this is a duplicate of #9719, please put the number in quotes to make it work (3 -> "3").

@stsewd stsewd closed this as completed Oct 9, 2023
@stsewd
Copy link
Member

stsewd commented Oct 9, 2023

also please make build.os optional to simplify projects maintenance to always fallback to the latest linux OS

#8861

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants