Skip to content

2024.08.07

Latest
Compare
Choose a tag to compare
@ClericPy ClericPy released this 07 Aug 15:27
· 4 commits to master since this release
  • 2024.08.07
    • [Compatible WARNING]: update sys_paths insert index from -1 to 0
    • disable --download-python, use python -m zipapps.download_python instead
      • add -a/--auto
        • auto download the latest version matched the current platform: x86_64+install_only
        • python -m zipapps.download_python -a
      • add -k/--keywords, filt with keywords split by ,
        • python -m zipapps.download_python -a -k 3.11
      • add -u/--unzip, unzip the .tar.gz
        • python -m zipapps.download_python -a -k 3.11 -u
          • download and unzip the .tar.gz