Skip to content

Conversation

@jscheffl
Copy link
Contributor

Adding Python 3.13 support.
Python 3.8 is not maintained anymore, dropping this.

@austind austind merged commit e235a9f into austind:develop Oct 23, 2025
1 check passed
@austind austind mentioned this pull request Oct 23, 2025
austind added a commit that referenced this pull request Oct 23, 2025
* Add Python 3.13 support, drop 3.8 (#29)

* Fix optional dependencies to avoid forcing installation of both httpx and requests (#26)

- Move httpx and requests from core dependencies to optional extras
- Add 'all' extra for users who want both libraries
- Update README to reflect new installation instructions
- Update noxfile to install both extras for testing

Previously, both httpx and requests were always installed even when users
only wanted one library. Now users can install only what they need:
- retryhttp[all] for both libraries
- retryhttp[httpx] for httpx only
- retryhttp[requests] for requests only

* Add support for aiohttp (#28)

Co-authored-by: Austin de Coup-Crank <austindcc@gmail.com>

* Release v1.4.0

---------

Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
Co-authored-by: Kaxil Naik <kaxilnaik@gmail.com>
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.

2 participants