We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d8076c + 4be8f3d commit 29d68a8Copy full SHA for 29d68a8
.github/workflows/dist.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
ci:
14
- uses: robotpy/build-actions/.github/workflows/package-pure.yml@v2024
+ uses: robotpy/build-actions/.github/workflows/package-pure.yml@v2025
15
secrets:
16
META_REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
17
PYPI_API_TOKEN: ${{ secrets.PYPI_PASSWORD }}
setup.cfg
@@ -24,10 +24,10 @@ zip_safe = False
24
include_package_data = True
25
packages = find:
26
install_requires =
27
- wpilib>=2024.3.2.1,<2025
+ wpilib>=2025.0.0b1,<2026
28
setup_requires =
29
setuptools_scm > 6
30
-python_requires = >=3.8
+python_requires = >=3.9
31
32
[options.package_data]
33
magicbot = py.typed, magic_reset.pyi
0 commit comments