Skip to content

Quote Python version strings#1330

Closed
jsf9k wants to merge 1 commit into
PyCQA:mainfrom
jsf9k:bugfix/quote-python-version
Closed

Quote Python version strings#1330
jsf9k wants to merge 1 commit into
PyCQA:mainfrom
jsf9k:bugfix/quote-python-version

Conversation

@jsf9k
Copy link
Copy Markdown

@jsf9k jsf9k commented Nov 17, 2025

Otherwise they will be interpreted as floating-point numbers by GitHub Actions. This is a problem in the case of Python 3.10, since GitHub Actions interprets 3.10 (without quotes) as 3.1. This is causing the GitHub Actions workflows that publish to PyPI and Test PyPI to fail, as described in #1329.

After this change it should be possible to create a new release and thereby resolve #1329.

Otherwise they can be interpreted as floating-point numbers by GitHub
Actions.

After this change it should be possible to create a new release and
thereby resolve PyCQA#1329.
@jsf9k jsf9k marked this pull request as ready for review November 17, 2025 18:31
@ericwb
Copy link
Copy Markdown
Member

ericwb commented Nov 17, 2025

Dup of #1327

@ericwb ericwb closed this Nov 17, 2025
@jsf9k jsf9k deleted the bugfix/quote-python-version branch November 18, 2025 03:25
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

Successfully merging this pull request may close these issues.

Version 1.9.0 not available on PyPI.org

2 participants