Skip to content

Commit

Permalink
CI: Test on Python '3.*'
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Feb 20, 2025
1 parent 5503b9d commit e25a1c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ jobs:
timeout-minutes: 3
strategy:
matrix:
python-version: [3.11, 3.12, 3.13]
python-version: [3.12, 3.13]
experimental: [false]
include:
- python-version: '3.*'
experimental: true
continue-on-error: ${{ matrix.experimental }}
steps:
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit e25a1c9

Please sign in to comment.