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

Add support for .tool-versions file in setup-python #1043

Merged

Conversation

mahabaleshwars
Copy link
Contributor

@mahabaleshwars mahabaleshwars commented Feb 24, 2025

Description:
Added support for .tool-versions file in setup-python. It can be passed through python-version-file.

Related issue:
#970

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

Sorry, something went wrong.

@zaq1758865
Copy link

Description: Added support for .tool-versions file in setup-python. It can be passed through python-version-file.

Related issue: #970

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

#1043 (comment)

Sorry, something went wrong.

@zaq1758865
Copy link

@zaq1758865
Copy link

Whatsapp.web/id-ID.com

@HarithaVattikuti HarithaVattikuti marked this pull request as ready for review March 11, 2025 02:47
@HarithaVattikuti HarithaVattikuti requested a review from a team as a code owner March 11, 2025 02:47
@HarithaVattikuti HarithaVattikuti merged commit 19e4675 into actions:main Mar 13, 2025
467 checks passed
aparnajyothi-y pushed a commit that referenced this pull request Apr 1, 2025
* add support for .tool-versions file

* update regex

* optimize code

* update test-python.yml for .tool-versions

* fix format-check errors

* fix formatting in test-python.yml

* Fix test-python.yml error

* workflow update with latest versions

* update test cases

* fix lint issue
mahabaleshwars added a commit that referenced this pull request Apr 3, 2025
* add support for .tool-versions file

* update regex

* optimize code

* update test-python.yml for .tool-versions

* fix format-check errors

* fix formatting in test-python.yml

* Fix test-python.yml error

* workflow update with latest versions

* update test cases

* fix lint issue
if (line.trim().startsWith('#')) {
continue;
}
const match = line.match(/^\s*python\s*v?\s*(?<version>[^\s]+)\s*$/);

Choose a reason for hiding this comment

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

minor nit: the [^\s] can be replaced with just \S

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.

None yet

6 participants