We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268a86d commit e59041eCopy full SHA for e59041e
1 file changed
.github/workflows/CI.yml
@@ -8,8 +8,8 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- python-version: [2.7, 3.6, 3.8, pypy3]
12
- rf-version: [3.1.2, 3.2.1]
+ python-version: [2.7, 3.6, 3.9, pypy3]
+ rf-version: [3.1.2, 3.2.2]
13
14
steps:
15
- uses: actions/checkout@v2
0 commit comments