Skip to content

Commit

Permalink
Upgrade to robotpy-wpimath 2025.0.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Dec 22, 2024
1 parent dd403a7 commit eb0eb9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.13'

- name: Install system dependencies
run: ./setup_ubuntu.sh
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ build/venv.stamp:
@mkdir -p $(@D)
python3 setup_venv.py
$(VENV_PIP) install -e ./bookutil
$(VENV_PIP) install frccontrol==2024.22 sleipnirgroup-jormungandr==0.0.1.dev253 pylint qrcode requests robotpy-wpimath==2024.3.2.1
$(VENV_PIP) install frccontrol==2024.22 sleipnirgroup-jormungandr==0.0.1.dev253 pylint qrcode requests robotpy-wpimath==2025.0.0b3
@touch $@

$(PY_STAMP): build/%.stamp: %.py build/venv.stamp
Expand Down

0 comments on commit eb0eb9c

Please sign in to comment.