From 389fd09e18c2153c5633090cd05c99f11a8cb56b Mon Sep 17 00:00:00 2001 From: mxnticek Date: Thu, 12 Jun 2025 19:26:10 +0200 Subject: [PATCH] Update .forgejo/workflows/radios.yml --- .forgejo/workflows/radios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/radios.yml b/.forgejo/workflows/radios.yml index ab7b2f5..8c9105f 100644 --- a/.forgejo/workflows/radios.yml +++ b/.forgejo/workflows/radios.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.11.13' - name: Install dependencies run: pip install pyradios requests