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 a7e69aa commit d6e72a1Copy full SHA for d6e72a1
.github/workflows/build.yaml
@@ -15,12 +15,11 @@ jobs:
15
matrix:
16
os: [ubuntu-latest, macos-latest]
17
python-version:
18
- - "3.7"
19
- "3.8"
20
- "3.9"
21
- "3.10"
22
- "3.11"
23
- - "pypy-3.7"
+ - "pypy-3.8"
24
steps:
25
- uses: actions/checkout@v3
26
- name: Set up Python ${{ matrix.python-version }}
0 commit comments