Add note regarding Python 3.6 compatibility (#2923)

This commit is contained in:
Khairul Azhar Kasmiran 2022-08-15 21:34:43 +08:00 committed by GitHub
parent d25dff702a
commit ce9a64ce5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -200,6 +200,10 @@ int sum = 0; // set sum to 0
* Use our [shellcheck.sh](https://github.com/rizinorg/rizin/blob/master/sys/shellcheck.sh) script to check for problems and for bashisms
### Python Scripts
* Code must run under Python 3.6 (for [Debian "jessie" compatibility](https://github.com/rizinorg/rizin/pull/2870#issuecomment-1205338140)).
# Manage Endianness
As hackers, we need to be aware of endianness.