File tree Expand file tree Collapse file tree 4 files changed +140
-990
lines changed Expand file tree Collapse file tree 4 files changed +140
-990
lines changed Original file line number Diff line number Diff line change 3636 - " 3.13"
3737 - " 3.14"
3838 - " 3.15"
39- include :
40- - os : ubuntu-22.04
41- python-version : " 3.7"
4239 steps :
4340 - name : Checkout code
4441 uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ### Changed
6+
7+ - Drop support for Python 3.7 https://github.com/python-backoff/backoff/pull/49 (from @edgarrmondragon )
8+
59## [ v2.2.2] - 2025-11-17
610
711### Fixed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "2.2.2"
44description = " Function decoration for backoff and retry"
55authors = [{
name =
" Bob Green" ,
email =
" [email protected] " }]
66maintainers = [{
name =
" Edgar Ramírez-Mondragón" ,
email =
" [email protected] " }]
7- requires-python = " >=3.7 "
7+ requires-python = " >=3.8 "
88readme = " README.rst"
99license = " MIT"
1010keywords = [
@@ -20,7 +20,6 @@ classifiers = [
2020 " Operating System :: OS Independent" ,
2121 " Programming Language :: Python" ,
2222 " Programming Language :: Python :: 3" ,
23- " Programming Language :: Python :: 3.7" ,
2423 " Programming Language :: Python :: 3.8" ,
2524 " Programming Language :: Python :: 3.9" ,
2625 " Programming Language :: Python :: 3.10" ,
@@ -155,7 +154,6 @@ commands = [
155154"3.10" = [" 3.10" ]
156155"3.9" = [" 3.9" ]
157156"3.8" = [" 3.8" ]
158- "3.7" = [" 3.7" ]
159157
160158[tool .pytest .ini_options ]
161159filterwarnings = [
You can’t perform that action at this time.
0 commit comments