Skip to content

Commit bf2d6f9

Browse files
committed
Build against pre-releases then stable releases. Ref actions/setup-python#213.
1 parent ad03d53 commit bf2d6f9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11-dev"]
16+
python-version:
17+
# Build on pre-releases until stable, then stable releases.
18+
# actions/setup-python#213
19+
- ~3.8.0-0
20+
- ~3.9.0-0
21+
- ~3.10.0-0
22+
- ~3.11.0-0
1723

1824
steps:
1925
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)