Switch stable artiq to python3.12 to fix the packaging issues #26
Loading…
Reference in New Issue
No description provided.
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-client
rm -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.11
mingw-w64-clang-x86_64-python3
mingw-w64-clang-x86_64-python3
heremingw-w64-clang-x86_64-python
just aboveSloppy as usual.
Re-done.
Pull request closed