8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a10e4d commit 7c33f3aCopy full SHA for 7c33f3a
.github/workflows/tests.yml
@@ -42,6 +42,7 @@ jobs:
42
contents: read
43
name: "Python ${{ matrix.python-version }} on ${{ matrix.os }} ${{ matrix.name-suffix }}"
44
runs-on: ${{ matrix.os }}
45
+ continue-on-error: ${{ contains(matrix.name-suffix, 'pre-release') }}
46
47
strategy:
48
fail-fast: false
@@ -88,6 +89,9 @@ jobs:
88
89
python-version: '3.13'
90
# https://github.com/matplotlib/matplotlib/issues/29732
91
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'
95
96
steps:
97
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments