Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Contribute to GitLab
  • Sign in / Register
M
Magisk
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Administrator
  • Magisk
  • Repository

Switch branch/tag
  • Magisk
  • README.MD
Find file
BlameHistoryPermalink
  • akhilkedia's avatar
    Update README.md to specify python version 3.8+ · 916e373e
    akhilkedia authored Oct 20, 2022
    Current readme suggests python 3.6+
    However, the file `build.py` on executing `build.py ndk` runs the command `shutil.copytree(src_dir, lib_dir, copy_function=cp, dirs_exist_ok=True)`
    This command errors out on python 3.7, because the `dirs_exist_ok` parameter is new in Python 3.8 (https://docs.python.org/3/library/shutil.html#shutil.copytree)
    
    So the README should suggest python 3.8+
    916e373e
README.MD 4.82 KB
EditWeb IDE

Replace README.MD

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.