๐Ÿ Tiny CLI to post simultaneously to Mastodon and Bluesky
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fixes CI for Python 3.14

+1 -1
+1 -1
.woodpecker/test.yaml
··· 9 9 steps: 10 10 - image: ghcr.io/astral-sh/uv:python${VERSION}-trixie-slim 11 11 commands: 12 - - apt-get update && apt-get install -y build-essential python3.13-dev 12 + - apt-get update && apt-get install -y build-essential libffi-dev python3-dev 13 13 - uv run python -m pytest