aws / aws/sagemaker-python-sdk
Officially support Python 3.12 and 3.13
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 1.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 35
Description
**Describe the feature you'd like**
I'd like to see official guarantees that this Python package runs under Python 3.12 and 3.13, which were released on 2023-10-02 and 2024-10-07 respectively. I can only see support for Python 3.11 in [`pyproject.toml`](https://github.com/aws/sagemaker-python-sdk/blob/8a559adde94689590320203c41ac5a49cd17185e/pyproject.toml#L31).
**How would this feature be used? Please describe.**
Ensure I can move my own code to Python 3.12 and 3.13 and benefit from the features from these releases.
**Describe alternatives you've considered**
Using the sdk although it's not officially supported with Python 3.12 und 3.13 and YOLO. 😀
Contributor guide
Research direction
Start with the supported Python-version declaration in pyproject.toml at line 31, then inspect the repository's configuration for where compatibility is tested or guaranteed. Done means Python 3.12 and 3.13 are officially included and the package's compatibility checks pass under both versions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100