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

Sbachmei/mic 5755/improve supported py version handling #136

Merged

Conversation

stevebachmeier
Copy link
Collaborator

@stevebachmeier stevebachmeier commented Jan 6, 2025

Better handle supported python versions

Description

Changes and notes

I got annoyed with always having the wrong py version installed

since easylink is different than the rest of our framework repos. So the
primary goal was to add the py version check during setup, but then it
was easy enough to copy lct and just do all the things.

  • Errors out if non-supported py version is installed during easylink setup
  • Auto-updates README if python versions change
  • Auto-builds python version build matrix in github actions

Verification and Testing

@stevebachmeier stevebachmeier force-pushed the sbachmei/mic-5755/improve-supported-py-version-handling branch from 7a4098d to e88d6c3 Compare January 6, 2025 21:34
@stevebachmeier stevebachmeier marked this pull request as ready for review January 6, 2025 22:47
README.rst Outdated
@@ -7,7 +7,7 @@ entity resolution (ER) pipelines.

.. _python_support:

**Supported Python versions: 3.11, 3.12**
**Supported Python versions: 3.1, 3.2**
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Did this to test that the update-readme action kicks off and changes these back automatically

@@ -7,7 +7,7 @@ entity resolution (ER) pipelines.

.. _python_support:

**Supported Python versions: 3.1, 3.2**
**Supported Python versions: 3.11, 3.12**
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Got changed to match the python_versions.json ✅

@stevebachmeier stevebachmeier merged commit d315713 into main Jan 7, 2025
12 checks passed
@stevebachmeier stevebachmeier deleted the sbachmei/mic-5755/improve-supported-py-version-handling branch January 7, 2025 17:31
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.

4 participants