Skip to content

Commit f34a147

Browse files
committed
CI: Test on Python '3.*'
1 parent 0a89a98 commit f34a147

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ jobs:
3434
timeout-minutes: 3
3535
strategy:
3636
matrix:
37-
python-version: [3.11, 3.12, 3.13]
37+
python-version: [3.12, 3.13]
38+
experimental: [false]
39+
include:
40+
- python-version: '3.*'
41+
experimental: true
42+
continue-on-error: ${{ matrix.experimental }}
3843
steps:
3944
- uses: actions/setup-python@v5
4045
with:

0 commit comments

Comments
 (0)