• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

AndreMiras / python-for-android / 25638880511

10 May 2026 08:22PM UTC coverage: 62.661% (-0.06%) from 62.722%
25638880511

push

github

AndreMiras
:fire: Drop EOL Python 3.7/3.8/3.9 support

Bump python_requires to >=3.10.0, drop the matching classifiers and
CI matrix entries.

Align MIN_PYTHON_MINOR_VERSION to 10 and drop the now-unreachable
Python 2 branch in check_python_version().

Remove the Python 2 compatibility shims anchored to the pre-3.10
floor (urlparse import, load_source Py3.3/3.4 fallback,
FileNotFoundError shims, virtualenv branch, to_unicode wrapper,
time.monotonic wrapper, path_type TypeError fallback, add_parser
argparse aliases wrapper) and the permanently-inert Python 2
test markers.

Drop the `from __future__ import annotations` workaround in the
msgspec recipe (PEP 585 generics are native since 3.9) and the
PEP 508 `python_version<"3.3"` / `<"3.5"` markers in the ifaddr
and zeroconf recipes (never satisfied under the new floor).

Modernize the remaining `typing.List` annotation to PEP 585
builtin generics in scipy/wrapper.py. The aiohttp recipe is left
untouched on purpose: editing it would trigger the
rebuild_updated_recipes CI, which fails because aiohttp 3.8.3's
pregenerated Cython C is incompatible with Python 3.14
hostpython -- fixing that needs a recipe bump and is out of
scope here.

1815 of 3170 branches covered (57.26%)

Branch coverage included in aggregate %.

35 of 38 new or added lines in 8 files covered. (92.11%)

2 existing lines in 2 files now uncovered.

5344 of 8255 relevant lines covered (64.74%)

3.88 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/pythonforandroid/recipes/scipy/wrapper.py


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc