You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ A Python virtual machine, written in Rust.
12
12
13
13
## Goals
14
14
15
-
* Compatible with CPython's bytecode from 3.4 to 3.6, in order to take advantage of [FAT Python](https://faster-cpython.readthedocs.org/fat_python.html)
15
+
* Compatible with CPython 3.6's bytecode, in order to take advantage of [FAT Python](https://faster-cpython.readthedocs.org/fat_python.html)
16
16
* Support CPython's implementation of the standard library
0 commit comments