Skip to content

Commit

Permalink
Update for 2025 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Oct 20, 2024
1 parent 9efd017 commit 8480f6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .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
with:
enable_sphinx_check: false
secrets:
Expand All @@ -21,10 +21,10 @@ jobs:
check-mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
- name: Install requirements
run: |
pip --disable-pip-version-check install mypy setuptools wheel setuptools_scm
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
package_data={"commands2": ["py.typed"]},
packages=["commands2"],
install_requires=[
"wpilib<2025,>=2024.3.1",
"wpilib<2026,>=2025.0.0b1",
"typing_extensions>=4.1.0,<5",
],
license="BSD-3-Clause",
python_requires=">=3.8",
python_requires=">=3.9",
include_package_data=True,
)

0 comments on commit 8480f6e

Please sign in to comment.