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

Implement DRY principle for Python version management in the project #350

Merged
merged 1 commit into from
May 27, 2023
Merged

Implement DRY principle for Python version management in the project #350

merged 1 commit into from
May 27, 2023

Conversation

ThomasSanson
Copy link
Sponsor Contributor

Close #325

…ified in .config/python_version.config

✨ feat(Dockerfile): add .config/python_version.config file to specify Python version
✨ feat(Makefile): replace hardcoded Python version with version specified in .config/python_version.config
The Dockerfile now uses the Python version specified in the .config/python_version.config file instead of a hardcoded version. This allows for easier version management and flexibility. The .config/python_version.config file is a new file that specifies the Python version to be used. The Makefile has also been updated to use the Python version specified in the .config/python_version.config file.
@vitabaks vitabaks merged commit 6529b92 into vitabaks:master May 27, 2023
16 checks passed
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.

Implement DRY principle for Python version management in the project
2 participants