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

questrail / arghelper / 33524138836
100%

Build:
DEFAULT BRANCH: master
Ran 01 Sep 2026 03:11PM UTC
Jobs 1
Files 1
Run time 1min
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

01 Sep 2026 03:08PM UTC coverage: 100.0%. Remained the same
33524138836

push

github

matthewrankin
Raise the Python floor to 3.12

requires-python said >=3.9, and the classifiers claimed six versions. The
claim was true, which is why the CI matrix added two commits ago ran all
six: the suite passes on every one of them. It was still the odd one out.
applyaf, siganalysis, and taffmat all require 3.12, and there is no reason
particular to this module for it to reach three versions further back;
argparse helpers are not where a Python version floor earns its keep.

Supporting 3.9 was not free. It held uv.lock to versions of the dev tools
that still supported it, which is how this project ended up on pytest 8
while the others are on 9. zizmor needs 3.10, so it had to be carried
behind an environment marker rather than as a plain dev dependency. Both
go away here: the marker is gone and the tools resolve to what the other
projects pin.

The matrix drops to 3.12, 3.13, and 3.14, which is three legs rather than
six for the same coverage of what is actually claimed.

This is a breaking change for anyone installing on 3.9, 3.10, or 3.11,
which is why it is recorded under Removed rather than folded into the CI
commit. It costs them nothing today: pip reads requires-python, so those
interpreters keep resolving to v0.6.0, and the module still runs there.

Claude-Session: https://claude.ai/code/session_0172QCPXBNzgH2mSoknY537H

28 of 28 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33524138836.1 01 Sep 2026 03:11PM UTC 1
100.0
GitHub Action Run
Source Files on build 33524138836
  • Tree
  • List 1
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33524138836
  • d7f9139b on github
  • Prev Build on master (#31)
  • Next Build on master (#33524772613)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc