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

Dropped Python 2.7 and 3.5 support; Removed licenses from dep files #496

Merged
merged 1 commit into from
Oct 22, 2023

Conversation

andy-maier
Copy link
Member

@andy-maier andy-maier commented Oct 19, 2023

The special name of the branch of this PR causes the full set of Python versions to be tested against, to make sure everything works. The normal set of Python versions after this change can be seen in PR #495.

For details, see the commit message.

Details:

* Dropped support for Python 2.7 and 3.5.

* Removed the dependency on the 'six' package from the code and moved
  the dependency to the development requirements file because it is
  still used by other packages (including zhmcclient).

* Removed ignored safety issues that apply only to Python 2.7 and 3.5
  from the .safety-policy.yml file.

* Removed Python 2.7 and 3.5 specific processing from the Makefile.

* Removed the mentioning of licenses in the requirements files.

* Removed the comments about the setuptools, pip, wheel packages
  from the requirements files.

Signed-off-by: Andreas Maier <[email protected]>
@andy-maier andy-maier self-assigned this Oct 19, 2023
@andy-maier andy-maier linked an issue Oct 19, 2023 that may be closed by this pull request
@andy-maier andy-maier added this to the 1.10.0 milestone Oct 19, 2023
@coveralls
Copy link

Coverage Status

coverage: 33.981% (-0.005%) from 33.986% when pulling a97115f on release_test_without_py27_35 into 0e064c6 on master.

@andy-maier
Copy link
Member Author

We discussed and agreed to this in last week's meeting. Merging the PR.

@andy-maier andy-maier merged commit a5fb3d6 into master Oct 22, 2023
48 checks passed
@andy-maier andy-maier deleted the release_test_without_py27_35 branch October 22, 2023 12:49
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.

Drop support for Python 2.7 and 3.5
2 participants