Skip to content

PR-7243 Update supported Python versions#19

Merged
reweeden merged 3 commits intomainfrom
rew/pr-7243-update-python
Dec 11, 2025
Merged

PR-7243 Update supported Python versions#19
reweeden merged 3 commits intomainfrom
rew/pr-7243-update-python

Conversation

@reweeden
Copy link
Contributor

@reweeden reweeden commented Dec 11, 2025

Will need to update the required checks in the repo settings.

Pull Request Checklist

I have:

  • performed a self review of my code I&A code style
    • Resources and Data Structures are sorted by ABC or a defined sorting pattern
  • updated the documentation accordingly
  • verified required action checks are passing
  • bumped the version number as appropriate

@reweeden reweeden marked this pull request as ready for review December 11, 2025 17:47
- uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: "3.10"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume adding the " doesn't break anything?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, I think it's actually required because of how yaml works. Without quotes it's a float which will be stringified to the string "3.9", however if you write 3.10 as a float that will of course be stringified to "3.1". I didn't check that it was causing an issue just now, but I know I've run into that in the past with yaml.

@reweeden reweeden merged commit 30c0f0e into main Dec 11, 2025
10 checks passed
@reweeden reweeden deleted the rew/pr-7243-update-python branch December 11, 2025 18:57
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.

3 participants