Skip to content

Commit

Permalink
Merge pull request #213 from robotpy/2025-dev
Browse files Browse the repository at this point in the history
Update for 2025
  • Loading branch information
virtuald authored Oct 20, 2024
2 parents 7d8076c + 4be8f3d commit 29d68a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
ci:
uses: robotpy/build-actions/.github/workflows/package-pure.yml@v2024
uses: robotpy/build-actions/.github/workflows/package-pure.yml@v2025
secrets:
META_REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
PYPI_API_TOKEN: ${{ secrets.PYPI_PASSWORD }}
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ zip_safe = False
include_package_data = True
packages = find:
install_requires =
wpilib>=2024.3.2.1,<2025
wpilib>=2025.0.0b1,<2026
setup_requires =
setuptools_scm > 6
python_requires = >=3.8
python_requires = >=3.9

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

0 comments on commit 29d68a8

Please sign in to comment.