Page MenuHomeFreeBSD

deskutils/py-khard: Fix Python version
Needs ReviewPublic

Authored by des on Sat, Jun 20, 1:19 PM.

Details

Reviewers
None
Group Reviewers
Python
Summary

Upstream does not claim an upper bound.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 74057
Build 70940: arc lint + arc unit

Event Timeline

des requested review of this revision.Sat, Jun 20, 1:19 PM
des created this revision.

Note, this fails to build with Python 3.14 because py-sphinx-autoapi uses ast.Str which was deprecated in 3.12 and removed in 3.14, but it should work as soon as Sphinx is updated. It builds fine with Python 3.13.