mirror of https://github.com/icedland/iced.git
Update `release.yml`
This commit is contained in:
parent
5811123d11
commit
badb6147c0
|
@ -135,10 +135,11 @@ jobs:
|
|||
# If the supported Python versions get updated (added/removed), do:
|
||||
# - Update .github/workflows/*.yml
|
||||
# - Search for 3.7, 3\.7, 37, py37
|
||||
# - Update py min ver in src/rust/iced-x86-py/README.md
|
||||
# - Update src/rust/iced-x86-py/build-wheels.sh (search for eg. 37)
|
||||
# - Update build/ci-py-build-wheels.sh (update cp37)
|
||||
# - Update src/rust/iced-x86-py/Cargo.toml (update "abi3-py37" to min supported version)
|
||||
# - Update Python versions in src/rust/iced-x86-py/setup.py
|
||||
# - Update src/rust/iced-x86-py/README.md (py min ver: 'Python >= 3.7')
|
||||
# - Update src/rust/iced-x86-py/build-wheels.sh (search for eg. 37)
|
||||
# - Update src/rust/iced-x86-py/setup.py (Python versions)
|
||||
# - Update src/rust/iced-x86-py/tox.ini
|
||||
|
||||
build-rust-python-linux-aarch64:
|
||||
|
|
Loading…
Reference in New Issue