Skip to content

Commit f60a89b

Browse files
committed
test: Support pypy.
1 parent 02169e3 commit f60a89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
#{ id: 'linux-aarch64', os: ['self-hosted', 'aarch64'], rust-target: 'aarch64-unknown-linux-gnu', rust-toolchain: 'stable' },
2424
]
2525
# The job runs on different Python versions.
26-
python: [3.5, 3.6, 3.7, 3.8, 3.9]
26+
python: [3.5, 3.6, 3.7, 3.8, 3.9, pypy3]
2727
# As soon as one job fails in the matrix, all the other
2828
# in-progress jobs are canceled.
2929
fail-fast: false

0 commit comments

Comments
 (0)