Skip to content

Commit

Permalink
Update for 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Oct 20, 2024
1 parent 30ac771 commit 8ecf688
Show file tree
Hide file tree
Showing 3 changed files with 5 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
with:
enable_sphinx_check: false
secrets:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install_requires =
pytest-reraise
pint>=0.11.0

wpilib>=2024.1.0,<2025
wpilib>=2025.0.0b1,<2026
robotpy-cli~=2024.0
setup_requires =
setuptools_scm > 6
Expand Down
4 changes: 3 additions & 1 deletion tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
root = abspath(dirname(__file__))
os.chdir(root)

subprocess.check_call([sys.executable, "-m", "pytest", "-vv"])
# TODO: https://github.com/hgrecco/pint/issues/1969
if sys.version_info < (3, 13):
subprocess.check_call([sys.executable, "-m", "pytest", "-vv"])

0 comments on commit 8ecf688

Please sign in to comment.