Skip to content

Commit 689ef07

Browse files
committed
Update robotpy-build to 2023.1.1
- Ensures that passing None to a function that takes std::function will fail
1 parent ee0b6d2 commit 689ef07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install_requires = [
1111

1212
[build-system]
1313
requires = [
14-
"robotpy-build<2024.0.0,>=2023.0.1",
14+
"robotpy-build<2024.0.0,>=2023.1.1",
1515
"wpilib~=2023.3.2",
1616
]
1717

0 commit comments

Comments
 (0)