We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02169e3 commit f60a89bCopy full SHA for f60a89b
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
#{ id: 'linux-aarch64', os: ['self-hosted', 'aarch64'], rust-target: 'aarch64-unknown-linux-gnu', rust-toolchain: 'stable' },
24
]
25
# The job runs on different Python versions.
26
- python: [3.5, 3.6, 3.7, 3.8, 3.9]
+ python: [3.5, 3.6, 3.7, 3.8, 3.9, pypy3]
27
# As soon as one job fails in the matrix, all the other
28
# in-progress jobs are canceled.
29
fail-fast: false
0 commit comments