-
Notifications
You must be signed in to change notification settings - Fork 342
Drop support for Python 3.9 and lower #223
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
base: master
Are you sure you want to change the base?
Conversation
Bump certifi from 2021.5.30 to 2022.12.7
…8664755c [Snyk] Security upgrade pygments from 2.5.2 to 2.7.4
…707aa3ee [Snyk] Fix for 2 vulnerabilities
Bump cryptography from 3.4.7 to 39.0.1
…214b34215 [Snyk] Security upgrade cryptography from 3.4.7 to 39.0.1
…d2ef87daa [Snyk] Security upgrade requests from 2.25.1 to 2.31.0
…a4434eb04 [Snyk] Security upgrade cryptography from 39.0.1 to 41.0.0
Remove Python 3.6 as it is end of life
Removing Python 3.8 as it is end of life
|
Yes, waiting patiently for this merge (and eventually the updated npm for ease of install). 🚀 |
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-6002459
…6c76ac505 [Snyk] Security upgrade urllib3 from 2.0.3 to 2.0.7
…6b753c206 [Snyk] Security upgrade certifi from 2023.5.7 to 2023.7.22
|
Seems like the maintainer has given up on gitinspector. @adam-waldenberg |
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-3164749 - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047 - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-5595532
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-IDNA-6597975
…d83f68e96 [Snyk] Security upgrade idna from 3.4 to 3.7
…c3dde6ca1 [Snyk] Fix for 3 vulnerabilities
639fdea to
fb6b79b
Compare
|
In the latest set of changes I've included the following:
|
|
Based on the inactivity of the project, I have started a stripped down version of this application. It is written in GO for cross-platform compatibility, and can be found here: https://github.com/jpwhite3/git-inquisitor Contributions welcome. |
As several have noted in issues, not supporting Python 3+ has been an issue. Given that the Python Software Foundation has officially ended support for the 2.x line, I though it time to address the issues by dropping support for anything 3.5 or lower. Here are the highlights of the change-set: