Skip to content

Commit 29d68a8

Browse files
authored
Merge pull request #213 from robotpy/2025-dev
Update for 2025
2 parents 7d8076c + 4be8f3d commit 29d68a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
ci:
14-
uses: robotpy/build-actions/.github/workflows/package-pure.yml@v2024
14+
uses: robotpy/build-actions/.github/workflows/package-pure.yml@v2025
1515
secrets:
1616
META_REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
1717
PYPI_API_TOKEN: ${{ secrets.PYPI_PASSWORD }}

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ zip_safe = False
2424
include_package_data = True
2525
packages = find:
2626
install_requires =
27-
wpilib>=2024.3.2.1,<2025
27+
wpilib>=2025.0.0b1,<2026
2828
setup_requires =
2929
setuptools_scm > 6
30-
python_requires = >=3.8
30+
python_requires = >=3.9
3131

3232
[options.package_data]
3333
magicbot = py.typed, magic_reset.pyi

0 commit comments

Comments
 (0)