Skip to content

Commit 792f68b

Browse files
authored
Bump pint for Python 3.13 (#237)
1 parent c2e3826 commit 792f68b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ packages = find:
2525
install_requires =
2626
pytest>=3.9
2727
pytest-reraise
28-
pint>=0.11.0
28+
pint>=0.24.4
2929

3030
wpilib>=2025.0.0b1,<2026
3131
robotpy-cli~=2024.0
3232
setup_requires =
3333
setuptools_scm > 6
34-
python_requires = >=3.8
34+
python_requires = >=3.9
3535

3636
[options.entry_points]
3737
robotpy =

tests/run_tests.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@
99
root = abspath(dirname(__file__))
1010
os.chdir(root)
1111

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

0 commit comments

Comments
 (0)