Skip to content

Commit 19b71bf

Browse files
committed
Try starlink on 3.10
1 parent 607b50f commit 19b71bf

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
@@ -165,7 +165,7 @@ jobs:
165165
# Starlink doesn't seem to work with 3.10+.
166166
# Revisit from time to time to see if they fix it.
167167
- name: Install starlink
168-
if: matrix.py == 3.9
168+
if: matrix.py == 3.10
169169
run: |
170170
pip install -U starlink-pyast
171171

0 commit comments

Comments
 (0)