We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c21b81 commit 6ae9408Copy full SHA for 6ae9408
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.7']
+ python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.8']
12
13
steps:
14
- uses: actions/checkout@v3
0 commit comments