Skip to content

Commit

Permalink
Ensure experimental status is explicit for interstitial platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 15, 2024
1 parent a6cca87 commit 741f2a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,13 @@ jobs:
# Ensure the Python versions between min and max are tested
- platform: "ubuntu-latest"
python-version: "3.10"
experimental: false
- platform: "ubuntu-latest"
python-version: "3.11"
experimental: false
- platform: "ubuntu-latest"
python-version: "3.12"
experimental: false
# Allow dev Python to fail without failing entire job
- python-version: "3.14"
experimental: true
Expand Down

0 comments on commit 741f2a0

Please sign in to comment.