diff --git a/setup.cfg b/setup.cfg index 1b82c33..ebbc512 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = diff --git a/tests/run_tests.py b/tests/run_tests.py index ae47c1b..930a370 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -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"])