Skip to content

Commit

Permalink
Merge pull request #734 from nationalarchives/chore/allow-future-pyth…
Browse files Browse the repository at this point in the history
…on-test-failures

[FCL-394] Allow test failures for Python 3.13 and 3.14
  • Loading branch information
jacksonj04 authored Oct 21, 2024
2 parents 6d98062 + 4a91c95 commit 3f6ee5a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,17 @@ jobs:
MARKLOGIC_USER: ""
MARKLOGIC_PASSWORD: ""

continue-on-error: ${{ matrix.experimental }}

strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
experimental: [false]
include:
- version: "3.13"
experimental: true
- version: "3.14"
experimental: true

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3f6ee5a

Please sign in to comment.