Releases: sylvainmouquet/reattempt
Releases · sylvainmouquet/reattempt
1.1.3 - Requires python >=3.10
What's Changed
- fix(pyproject.toml): requires-python minimum 3.10 by @sylvainmouquet in #17
Full Changelog: 1.1.2...1.1.3
1.1.2 - Remove python3.9 and add python3.13
What's Changed
- chore(deps): upgrade deps by @sylvainmouquet in #10
- chore(deps): update python dependencies by @github-actions in #14
- feat(python): add python 3.13 by @sylvainmouquet in #13
- chore(python): use python3.13 by @sylvainmouquet in #15
- fix(tests): tests are only runs with python3.13 by @sylvainmouquet in #16
- remove python3.9, the function aclosing of contextlib is only present after the version 3.10:
https://docs.python.org/3/library/contextlib.html#contextlib.aclosing
New Contributors
- @github-actions made their first contribution in #14
Full Changelog: 1.1.1...1.1.2
1.1.1 - Add closing context to sync gen
What's Changed
- feat(syn gen): add closing context by @sylvainmouquet in #8
- chore(cicd): add tests by os by @sylvainmouquet in #9
Full Changelog: 1.1.0...1.1.1
1.1.0 - Add retry to function of type generator
What's Changed
- feat(reattempt): add sync generator by @sylvainmouquet in #7
Full Changelog: 1.0.10...1.1.0
1.0.10 - Add project urls for pip
Full Changelog: 1.0.9...1.0.10
1.0.9 - Fix import + tests
Full Changelog: 1.0.8...1.0.9