Erotemic / xdoctest

A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of REGEX.
Apache License 2.0
205 stars 12 forks source link

Drop support for Python 3.6 and 3.7 #147

Closed edgarrmondragon closed 10 months ago

edgarrmondragon commented 11 months ago
codecov[bot] commented 11 months ago

Codecov Report

Merging #147 (2861029) into main (20b998e) will decrease coverage by 0.17%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #147 +/- ## ========================================== - Coverage 86.67% 86.51% -0.17% ========================================== Files 27 27 Lines 3122 3122 Branches 702 683 -19 ========================================== - Hits 2706 2701 -5 - Misses 301 305 +4 - Partials 115 116 +1 ```
Erotemic commented 11 months ago

Again, why do you want support dropped? I don't understand. If I'm supporting these older versions, what problem is that causing you?

Also, the CI files and most other boilerplate code is autogenerated by xcookie using pyproject.toml, so there is no need to modify them.

Erotemic commented 10 months ago

Going to close this unless there is a reason. Feel free to reopen in that case.