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 7fa4980 commit c44a274Copy full SHA for c44a274
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
os: ["ubuntu-20.04"]
33
python-version: [
34
'3.6', '3.7', '3.8', '3.9', '3.10', '3.11',
35
- 'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9',
+ 'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10',
36
]
37
steps:
38
- uses: actions/checkout@v3
0 commit comments