Skip to content

Commit

Permalink
Build against pre-releases then stable releases. Ref actions/setup-py…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 20, 2022
1 parent ad03d53 commit bf2d6f9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ jobs:

strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11-dev"]
python-version:
# Build on pre-releases until stable, then stable releases.
# actions/setup-python#213
- ~3.8.0-0
- ~3.9.0-0
- ~3.10.0-0
- ~3.11.0-0

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit bf2d6f9

Please sign in to comment.