Update to 2026 (#2288)

This commit is contained in:
Sam Freund
2026-01-12 16:00:11 -06:00
committed by GitHub
parent e088050902
commit 3b57125d96
53 changed files with 444 additions and 237 deletions

View File

@@ -26,10 +26,10 @@ jobs:
git fetch --prune --unshallow
git checkout -b pr
git branch -f main origin/main
- name: Set up Python 3.12
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.12
python-version: 3.14
- name: Install wpiformat
run: pip3 install wpiformat==2025.79
- name: Run