-
Notifications
You must be signed in to change notification settings - Fork 286
Closed
Labels
discussionDiscussions related to the design, implementation and operation of the projectDiscussions related to the design, implementation and operation of the projectdocumentationDocumentation of the project as well as procedural documentationDocumentation of the project as well as procedural documentation
Description
Description of issue or feature request:
Decide which Python versions we want to support in TUF 1.0.0.
Arguments for > 3.5:
- Python 2.7 has EOLed.
- Allows us to use type hints.
- Users who need lower versions can still use the current implementation, which we will continue to support for a while
- 3.5 isn't widely supported, see e.g. pyca/cryptography dropping support for it
Current behavior:
- TUF generally supports 2.7 and >= 3.5 (see
setup.pyandtests) - The new simple metadata API requires >= 3.6 (see Add simple TUF role metadata model #1112)
Expected behavior:
TBD
Metadata
Metadata
Assignees
Labels
discussionDiscussions related to the design, implementation and operation of the projectDiscussions related to the design, implementation and operation of the projectdocumentationDocumentation of the project as well as procedural documentationDocumentation of the project as well as procedural documentation