kumaab opened a new pull request, #686:
URL: https://github.com/apache/atlas/pull/686

   ## What changes were proposed in this pull request?
   
   Require **Python 3.13+** for the `apache-atlas` PyPI client (v**0.0.16**). 
Adds unit tests, CI, and packaging fixes. Library code is already 
3.13-compatible.
   
   **Breaking:** Python ≤ 3.12 users must stay on `0.0.15`.
   
   ## What changed
   
   - `python_requires='>=3.13'`, `requests>=2.34.2`, SPDX license metadata
   - `setup.py` reads deps from `requirements.txt`; add `MANIFEST.in` for 
reliable wheel builds
   - 11 unit tests + `mvn -pl intg test` hook + GitHub Actions workflow (Python 
3.13)
   - README updates; RAT/gitignore excludes for `.tox/`, `.mypy_cache/`, etc.
   
   ## How was this patch tested?
   
   - [x] Unit tests, flake8, mypy, `tox`, `make build check`
   - [x] `mvn -pl intg test`
   - [x] Live read-only smoke (typedef, discovery)
   - [ ] PyPI publish 0.0.16 (post-merge)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to