@@ -18,10 +18,10 @@ requires =
1818 virtualenv<20.26.3
1919envlist =
2020 # === Common ===
21- {py3.6,py3. 7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13,py3.14,py3.14t}-common
21+ {py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13,py3.14,py3.14t}-common
2222
2323 # === Gevent ===
24- {py3.6,py3. 8,py3.10,py3.11,py3.12}-gevent
24+ {py3.8,py3.10,py3.11,py3.12}-gevent
2525
2626 # === Integrations ===
2727
@@ -32,7 +32,7 @@ envlist =
3232 {py3.8,py3.9,py3.11,py3.13}-aws_lambda
3333
3434 # Cloud Resource Context
35- {py3.6 ,py3.12,py3.13}-cloud_resource_context
35+ {py3.7 ,py3.12,py3.13}-cloud_resource_context
3636
3737 # GCP
3838 {py3.7}-gcp
@@ -308,16 +308,16 @@ deps =
308308 # See https://github.com/pytest-dev/pytest/issues/9621
309309 # and https://github.com/pytest-dev/pytest-forked/issues/67
310310 # for justification of the upper bound on pytest
311- {py3.6,py3. 7}-common: pytest<7.0.0
311+ {py3.7}-common: pytest<7.0.0
312312 {py3.8,py3.9,py3.10,py3.11,py3.12,py3.13,py3.14,py3.14t}-common: pytest
313313
314314 # === Gevent ===
315- {py3.6,py3. 7,py3.8,py3.9,py3.10,py3.11}-gevent: gevent>=22.10.0, <22.11.0
315+ {py3.7,py3.8,py3.9,py3.10,py3.11}-gevent: gevent>=22.10.0, <22.11.0
316316 {py3.12}-gevent: gevent
317317 # See https://github.com/pytest-dev/pytest/issues/9621
318318 # and https://github.com/pytest-dev/pytest-forked/issues/67
319319 # for justification of the upper bound on pytest
320- {py3.6,py3. 7}-gevent: pytest<7.0.0
320+ {py3.7}-gevent: pytest<7.0.0
321321 {py3.8,py3.9,py3.10,py3.11,py3.12}-gevent: pytest
322322 gevent: pytest-asyncio
323323 {py3.10,py3.11}-gevent: zope.event<5.0.0
@@ -737,7 +737,6 @@ setenv =
737737 PYTHONDONTWRITEBYTECODE =1
738738 OBJC_DISABLE_INITIALIZE_FORK_SAFETY =YES
739739 COVERAGE_FILE =.coverage-sentry-{envname}
740- py3.6: COVERAGE_RCFILE =.coveragerc36
741740 # Lowest version to support free-threading
742741 # https://discuss.python.org/t/announcement-pip-24-1-release/56281
743742 py3.14t: VIRTUALENV_PIP =24.1
@@ -830,7 +829,6 @@ extras =
830829 pymongo: pymongo
831830
832831basepython =
833- py3.6: python3.6
834832 py3.7: python3.7
835833 py3.8: python3.8
836834 py3.9: python3.9
0 commit comments