Switch stable artiq to python3.12 to fix the packaging issues #26
Reference in New Issue
Block a user
Delete Branch "esavkin/artiq-extrapkg:switch-to-python312"
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?
Doesn't address the cacert issue for folks with injected system certificate though. UPD. I checked with one of the antivirus that I know injects its own certificates to monitor the traffic, and appears that actually AFWS is working fine with it, while curl from msys is getting blocked.
As I told you countless times, commits need to be split by function. Pay attention to how I had done the same thing on the master branch.
@@ -283,3 +283,3 @@''# conflicts with linien-clientrm -rf $out/lib/python3.11/site-packages/linien/__pycache__rm -rf $out/lib/python3.12/site-packages/linien/__pycache__This is for nix not msys2, no?
@@ -1,3 +1,3 @@mingw-w64-clang-x86_64-python3.11mingw-w64-clang-x86_64-python3mingw-w64-clang-x86_64-python3heremingw-w64-clang-x86_64-pythonjust aboveSloppy as usual.
Re-done.
Pull request closed