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

AndreMiras / python-for-android
63%
develop: 63%

Build:
Build:
LAST BUILD BRANCH: fix/meson-command-lookup
DEFAULT BRANCH: develop
Repo Added 05 Oct 2021 04:07PM UTC
Token So79lOfsi3GU08dwbY099t9MfPffkk5qw regen
Build 101 Last
Files 198
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH fix/msgspec-python-3.8-import
branch: fix/msgspec-python-3.8-import
CHANGE BRANCH
x
Reset
Sync Branches
  • fix/msgspec-python-3.8-import
  • develop
  • doc/issue-3326-pyproject-recipe-docs
  • doc/release-process
  • feature/aiohttp_recipe
  • feature/android-version-code-guardrails
  • feature/bootstraps_refactoring
  • feature/bootstraps_refactoring2
  • feature/bump_sh_dep
  • feature/ci_free_disk_space
  • feature/docker_login_fix
  • feature/docker_workflow_fixes
  • feature/documentation
  • feature/drop_eol_python
  • feature/drop_libmysqlclient_recipe
  • feature/fix_documentation_build
  • feature/fix_greenlet_recipe
  • feature/greenlet_recipe
  • feature/increase_test_coverage
  • feature/increase_test_coverage_entrypoint_bdistapk
  • feature/java_linting
  • feature/linter_fixes
  • feature/makefile_clean_up
  • feature/maximize_build_space
  • feature/migrate_upload_artifact
  • feature/minor_refactoring
  • feature/on_demand_custom_ci_build
  • feature/rebuild_updated_recipes_fix
  • feature/rebuild_updated_recipes_logger
  • feature/refactor_dry_java
  • feature/test_sdl2_mixer
  • fix/meson-command-lookup

09 May 2026 09:53PM UTC coverage: 62.722%. First build
25612781388

push

github

AndreMiras
:bug: Fix msgspec recipe import on Python 3.8/3.9

The msgspec recipe added in #3316 uses PEP 585 generic syntax
(dict[str, Any]) in function signatures. Python 3.8 raises
"TypeError: 'type' object is not subscriptable" at import time
because dict only became subscriptable at runtime in Python 3.9.

Adding `from __future__ import annotations` defers annotation
evaluation to strings (PEP 563), restoring 3.8 compatibility.
This release still officially supports Python 3.8 / 3.9.

1832 of 3190 branches covered (57.43%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

5371 of 8294 relevant lines covered (64.76%)

5.17 hits per line

Relevant lines Covered
Build:
Build:
8294 RELEVANT LINES 5371 COVERED LINES
5.17 HITS PER LINE
Source Files on fix/msgspec-python-3.8-import
  • Tree
  • List 196
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25612781388 fix/msgspec-python-3.8-import :bug: Fix msgspec recipe import on Python 3.8/3.9 The msgspec recipe added in #3316 uses PEP 585 generic syntax (dict[str, Any]) in function signatures. Python 3.8 raises "TypeError: 'type' object is not subscriptable" at import time because dict... push 09 May 2026 09:58PM UTC AndreMiras github
62.72
See All Builds (91)

Badge your Repo: python-for-android

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
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