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 5606f4c commit 2fb7bedCopy full SHA for 2fb7bed
.github/workflows/ci.yml
@@ -26,17 +26,17 @@ jobs:
26
matrix:
27
os: [macos-latest, ubuntu-latest, windows-latest]
28
python-version:
29
- - name: pypy-3.8
+ - name: pypy-3.9
30
toxenv: pypy3-noextra-build
31
32
toxenv: pypy3-noextra-tests
33
34
toxenv: pypy3-format-build
35
36
toxenv: pypy3-format-tests
37
38
toxenv: pypy3-formatnongpl-build
39
40
toxenv: pypy3-formatnongpl-tests
41
- name: 3.7
42
toxenv: py37-noextra-build
0 commit comments