Skip to content

Commit c9b234c

Browse files
committed
Permit pre-release versions of Python 3.10 in CI
1 parent 4ee9a4a commit c9b234c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- 3.7
9797
- 3.8
9898
- 3.9
99-
- 3.10
99+
- "3.10.0-alpha - 3.10"
100100

101101
steps:
102102
- uses: actions/checkout@v2
@@ -138,7 +138,7 @@ jobs:
138138
# - 3.7
139139
# - 3.8
140140
- 3.9
141-
- 3.10
141+
- "3.10.0-alpha - 3.10"
142142
group: [1, 2]
143143

144144
steps:

0 commit comments

Comments
 (0)