We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c26310 commit 8e05d89Copy full SHA for 8e05d89
1 file changed
.github/workflows/CI.yml
@@ -9,7 +9,7 @@ jobs:
9
continue-on-error: true
10
strategy:
11
matrix:
12
- python-version: [3.8, 3.11, 3.12, pypy-3.9]
+ python-version: [3.8, 3.11] # 3.12, pypy-3.9
13
rf-version: [4.1.3, 5.0.1, 6.0.1]
14
15
steps:
0 commit comments