Add REVLib 2027.0.0-alpha-3 - #88
Conversation
|
Looks like I should try to merge into the 2027 branch ;) |
|
Strictly speaking, if it builds and works and wraps everything there's no reason to merge into 2027 -- I just never got around to merging 2027 into main. If you already have it working here, just ignore the 2027 branch. |
| @@ -1,2 +1,2 @@ | |||
| pytest | |||
| pyfrc<2027.0.0,>=2026.0.1b1 | |||
| pyfrc>=2027.0.0 | |||
There was a problem hiding this comment.
pyfrc is no longer used for 2027, robotpy test is provided by wpilib instead.
|
If A301 gets added to wpilib, it would be Unless the plan is for allwpilib to eventually have a |
|
If you change the GitHub actions yaml ton2027 instead of 2026 you'll likely have more success if you've already gotten this working locally. |
|
Aren't you supposed to be on vacation? ;) |
I think I got everything correct.
The only issue I see is that the A301 is referenced as rev.A301 instead of first.A301. I assume I would need to add another section to init.py?