Skip to content

Commit 96e1b0d

Browse files
author
rocky
committed
Allow 3.8pypy
1 parent 92f618f commit 96e1b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xdis/op_imports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
"3.8.0rc1+": opcode_38,
142142
"3.8.0candidate1": opcode_38,
143143
"3.8": opcode_38,
144+
"3.8pypy": opcode_38pypy,
144145
"3.8.0pypy": opcode_38pypy,
145146
"3.8.12pypy": opcode_38pypy,
146147
"3.8.13pypy": opcode_38pypy,

0 commit comments

Comments
 (0)