Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14-dev"]

steps:
- name: Checkout
Expand All @@ -36,12 +36,7 @@ jobs:
- name: Install package with test dependencies
run: pip install .[test]

- name: Test installation with nbdime
if: ${{ matrix.python-version != '3.9' }}
run: pytest -v --nbdime

- name: Test installation without nbdime
if: ${{ matrix.python-version == '3.9' }}
run: pytest -v

- name: Test flake8
Expand Down
Loading