Skip to content

Commit

Permalink
Bump pint for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek authored Jan 3, 2025
1 parent c2e3826 commit 6db3768
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ packages = find:
install_requires =
pytest>=3.9
pytest-reraise
pint>=0.11.0
pint>=0.24.4

wpilib>=2025.0.0b1,<2026
robotpy-cli~=2024.0
setup_requires =
setuptools_scm > 6
python_requires = >=3.8
python_requires = >=3.9

[options.entry_points]
robotpy =
Expand Down
4 changes: 1 addition & 3 deletions tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@
root = abspath(dirname(__file__))
os.chdir(root)

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

0 comments on commit 6db3768

Please sign in to comment.