zowe / zowe/zowe-client-python-sdk
Migrate Type Hints for Python 3.10+ Compatibility
Nobody has claimed this yet.
- #371 by @tsvlgd — closed without merging
- Dominant language
- Python
- Stars
- 44
- Forks
- 38
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 1
Description
Is your feature or enhancement request related to a problem or limitation? Please describe
Python 3.9 will reach end-of-life in late 2025. Type hints should use modern syntax to align with Python 3.10+ standards
Describe your enhancement idea
Update type hints required only by Python 3.9 or below such as Union and Dict.
Describe alternatives you've considered
Provide any additional context
We still need to keep those type annotations now as we still support Python 3.9.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source files or tests are named in the issue. Start by locating the Python package's Union and Dict annotations, then confirm the supported Python versions before changing them; done means the annotations use the requested modern syntax without breaking the stated Python 3.9 support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100