We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47c3a7 commit fb6251eCopy full SHA for fb6251e
.github/workflows/test.yml
@@ -16,6 +16,8 @@ jobs:
16
include:
17
- { python-version: "3.10", os: windows-latest }
18
- { python-version: "3.10", os: macos-latest }
19
+ - { python-version: "pypy-3.8", os: windows-latest }
20
+ - { python-version: "pypy-3.8", os: macos-latest }
21
22
steps:
23
- uses: actions/checkout@v2
0 commit comments