Skip to content

Commit 8e05d89

Browse files
committed
Ignore Python 3.12 and pypy-3.9 for now..
1 parent 5c26310 commit 8e05d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
continue-on-error: true
1010
strategy:
1111
matrix:
12-
python-version: [3.8, 3.11, 3.12, pypy-3.9]
12+
python-version: [3.8, 3.11] # 3.12, pypy-3.9
1313
rf-version: [4.1.3, 5.0.1, 6.0.1]
1414

1515
steps:

0 commit comments

Comments
 (0)