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

Update default python versions and improve code readability #14

Merged
merged 8 commits into from
Jul 3, 2024

Conversation

jberends
Copy link
Member

Changes include updating the default settings with more recent versions of Python. Single quotes have been replaced with double quotes for string declarations, contributing to better consistency and code readability. Some function logic was also slightly modified to enhance the code's overall clarity.

Changes include updating the default settings with more recent versions of Python. Single quotes have been replaced with double quotes for string declarations, contributing to better consistency and code readability. Some function logic was also slightly modified to enhance the code's overall clarity.
@jberends jberends linked an issue Jun 21, 2024 that may be closed by this pull request
Jochem Berends added 3 commits June 21, 2024 10:48
The code has been updated to align with the Python 3.12 SDK. The versions supported in setup.py, and the tox.ini file have been modified to latest Python versions. The project version in kecpkg/__init__.py has also been updated, and git toolbox configurations are added for better commit message formatting.
Changed the python version from 3.7 to 3.12 in python_publish.yml. Updated the list of tested python versions and the conditions for uploading coverage and checking docs in python_testing.yml. Also, configured
The changes in the configuration file for the Python testing workflow include reducing the maximum parallel jobs from 7 to 6. The range of Python versions tested against has also been expanded to include 3.7, and all versions
@jberends jberends self-assigned this Jun 21, 2024
Jochem Berends added 4 commits June 21, 2024 15:31
__Import__ and __output__ type annotations have been added for better function clarity and maintainability. The importation of 'gnupg.GPG' was refined for consistency throughout the module. Some multi-line string statements were also revised for readability and coherence purposes.
Several changes were made across various modules and tests to improve readability and maintainability. The key edits include modifying verbose instructions to make them more succinct, discarding the "snapcraft.yaml" file, and refactoring certain functions. Unnecessary import statements were also removed. This refactor should make the code easier to understand and work with.
The commit makes important modifications in echoing package location messages in both 'config.py' and 'build.py' files by inserting the actual package name. It provides more precise information to the user. The default URL and SCOPE_ID in the '.env.template' has also been replaced with placeholders for security purposes. Additionally, a new GitToolBoxBlame settings file is added to the '.idea' directory and '.env.template' is excluded from MANIFEST.in.
Added details of the 1.1.0 maintenance release to the CHANGELOG. This update includes the deprecation of Python 2.7 and all Python versions up to and including 3.6, due to their lack of support.
@jberends jberends merged commit 6dfefae into main Jul 3, 2024
6 checks passed
@jberends jberends deleted the 13-update-to-current-python-versions branch July 3, 2024 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Update to current Python Versions
1 participant