Skip to content

Commit

Permalink
Disable Python 3.14 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 18, 2024
1 parent be31bed commit 3fd25d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ jobs:
no-extensions: 'Y'
os: ubuntu
experimental: false
- os: ubuntu
pyver: "3.14"
experimental: true
no-extensions: 'Y'
# - os: ubuntu
# pyver: "3.14"
# experimental: true
# no-extensions: 'Y'
fail-fast: true
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit 3fd25d3

Please sign in to comment.