Skip to content
Merged
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
16 changes: 1 addition & 15 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9", "3.13", "3.14", "3.14t"]
python-version: ["3.10", "3.13", "3.14", "3.14t"]
include:
- os: ubuntu-latest
python-version: "3.10"
- os: ubuntu-latest
python-version: "3.11"
- os: ubuntu-latest
Expand All @@ -38,8 +36,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- name: Pin virtualenv to pre-breaking major version
run: pipx inject --force hatch "virtualenv<21"
- name: Run Tests
run: hatch run cov:test
- uses: jupyterlab/maintainer-tools/.github/actions/upload-coverage@v1
Expand All @@ -62,8 +58,6 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
dependency_type: minimum
- name: Pin virtualenv to pre-breaking major version
run: pipx inject --force hatch "virtualenv<21"
- name: Run the unit tests
run: |
hatch run test:nowarn || hatch -v run test:nowarn --lf
Expand All @@ -74,8 +68,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- name: Pin virtualenv to pre-breaking major version
run: pipx inject --force hatch "virtualenv<21"
- name: Run Linters
run: |
hatch run typing:test
Expand All @@ -89,8 +81,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- name: Pin virtualenv to pre-breaking major version
run: pipx inject --force hatch "virtualenv<21"
- name: Build the docs
run: hatch run docs:build

Expand All @@ -105,8 +95,6 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
dependency_type: pre
- name: Pin virtualenv to pre-breaking major version
run: pipx inject --force hatch "virtualenv<21"
- name: Run the tests
run: |
hatch run test:nowarn || hatch run test:nowarn --lf
Expand Down Expand Up @@ -143,8 +131,6 @@ jobs:
uses: actions/checkout@v4
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- name: Pin virtualenv to pre-breaking major version
run: pipx inject --force hatch "virtualenv<21"
- name: Install Dependencies
run: |
pip install -e .
Expand Down