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

Version bumps packages #249

Merged
merged 20 commits into from Mar 25, 2022
Merged

Version bumps packages #249

merged 20 commits into from Mar 25, 2022

Conversation

CarlBeek
Copy link
Collaborator

@CarlBeek CarlBeek commented Mar 16, 2022

Rationale

  • It's good practice
  • In order to (hopefully) stop Windows Security detecting the binary as a trojan. (Apparently it's a perennial issue with py-installer bundled packages)

Minimum Python version

I wanted to keep support for Python 3.7 as it will receive security patches until 2023-06, but officially it stopped receiving support in 2020-06 and so many packages needed >=3.8 in order to be updated. As such, I migrated minimum version requirements to Python 3.8.

CLI Binaries Python Version

We used to build the binaries with 3.7 to ensure maximum support, but I discovered this is not actually the case. As PyInstaller bundles the Python interpreter with the package, we do not need to use an older version of python. As such, I upgraded the builds to run off of 3.10.

Testing Python Versions

In accordance with the above changes, CI testing now happens for Python 3.8 & 3.10

@CarlBeek CarlBeek added the dependencies Pull requests that update a dependency file label Mar 24, 2022
Copy link
Contributor

@hwwhww hwwhww left a comment

Choose a reason for hiding this comment

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

LGTM!

really appreciate making the hash updates 🙏

@CarlBeek
Copy link
Collaborator Author

CarlBeek commented Mar 25, 2022

Tested the binaries on both Win10 and Win11 machines with the latest security patches and this seems to have solved Windows' misplaced concerns about it being a trojan... Thanks to @SomerEsat for the bug report & helping with the testing.

I updated the branch protection rules for dev for the new py 3.10 tests.

@CarlBeek CarlBeek merged commit cd52e9d into dev Mar 25, 2022
@CarlBeek CarlBeek deleted the version_bump branch March 26, 2022 08:09
@CarlBeek CarlBeek mentioned this pull request Mar 28, 2022
@hwwhww hwwhww mentioned this pull request Mar 29, 2022
everhusk pushed a commit to earthwallet/earth-wallet-cli that referenced this pull request Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants