WIP: Update python to 3.11 and use StrEnum #74
Loading…
Reference in New Issue
No description provided.
Delete Branch "esavkin/thermostat:71-update-nixos22_11"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Should wait until matplotlib package is fixed.
Closes #71
@ -71,3 +71,3 @@
rustPlatform.rust.cargo
openocd dfu-util
] ++ (with python3Packages; [
] ++ (with python311Packages; [
Did you test this?
Just work around the problem so you can test, e.g.
Without matplotlib it works
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.