8000 Add Python 3.14b03 to the test matrix · matplotlib/matplotlib@7c33f3a · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c33f3a

Browse files
committed
Add Python 3.14b03 to the test matrix
With continue-on-error set so failures don't break the build
1 parent 5a10e4d commit 7c33f3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
contents: read
4343
name: "Python ${{ matrix.python-version }} on ${{ matrix.os }} ${{ matrix.name-suffix }}"
4444
runs-on: ${{ matrix.os }}
45+
continue-on-error: ${{ contains(matrix.name-suffix, 'pre-release') }}
4546

4647
strategy:
4748
fail-fast: false
@@ -88,6 +89,9 @@ jobs:
8889
python-version: '3.13'
8990
# https://github.com/matplotlib/matplotlib/issues/29732
9091
pygobject-ver: '<3.52.0'
92+
- name-suffix: "(Python 3.14 pre-release)"
93+
os: ubuntu-24.04
94+
python-version: '3.14.0-beta.3'
9195

9296
steps:
9397
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)
0