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

Drop python3.6 and make simplifications #385

Merged
merged 2 commits into from Feb 3, 2022

Conversation

MVrachev
Copy link
Collaborator

@MVrachev MVrachev commented Jan 27, 2022

Description of the changes being introduced by the pull request:

Python version 3.6 was supported until December 23-rd 2021
(see https://endoflife.date/python) meaning its end of life has expired
before more than 20 days.
Dropping support for python version 3.6 will allow us to make some
small cleanups.

python-tuf dropped support for python3.6 as well:
theupdateframework/python-tuf#1783

Signed-off-by: Martin Vrachev mvrachev@vmware.com

Please verify and check that the pull request fulfills the following requirements:

  • The code follows the Code Style Guidelines
  • Tests have been added for the bug fix or new feature
  • Docs have been added for the bug fix or new feature

@MVrachev
Copy link
Collaborator Author

Just now after I submitted this pr I realized that in-toto is still supporting python3.6 https://github.com/in-toto/in-toto/blob/develop/tox.ini.
Maybe we should wait until they drop it too, before making this change here.
Are there other users of securesystemslib that we should be worried about?

Python version 3.6 was supported until December 23-rd 2021
(see https://endoflife.date/python) meaning its end of life has expired
before more than 20 days.
Dropping support for python version 3.6 will allow us to make some
small cleanups.

python-tuf dropped support for python3.6 as well:
theupdateframework/python-tuf#1783

Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
@adityasaky
Copy link
Member

Relevant: in-toto/in-toto#485

Copy link
Member

@lukpueh lukpueh left a comment

Choose a reason for hiding this comment

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

Thanks for the patch, @MVrachev!

@lukpueh
Copy link
Member

lukpueh commented Feb 3, 2022

Relevant: in-toto/in-toto#485

Also just merged in-toto/in-toto#485

@lukpueh lukpueh merged commit 812fff2 into secure-systems-lab:master Feb 3, 2022
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.

None yet

3 participants