Skip to content

Commit

Permalink
Add informative CI tests against Python 3.14-dev
Browse files Browse the repository at this point in the history
Unfortunately, it'll fail for a while until a new version of
"flit-core" is published (hopefully soon: pypa/flit#695 ?).
  • Loading branch information
Delgan committed Oct 19, 2024
1 parent 5f6d36a commit 7f93945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
tests:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
continue-on-error: ${{ endsWith(matrix.python-version, '-dev') }}
strategy:
fail-fast: false
matrix:
Expand All @@ -23,6 +22,7 @@ jobs:
- '3.11'
- '3.12'
- '3.13'
- 3.14-dev
- pypy-3.10
include:
- os: ubuntu-20.04
Expand All @@ -34,6 +34,7 @@ jobs:
- os: macos-13
python-version: '3.12'
runs-on: ${{ matrix.os }}
continue-on-error: ${{ endsWith(matrix.python-version, '-dev') }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 7f93945

Please sign in to comment.