Skip to content

Commit 8c2b92e

Browse files
authored
Removed pinning on virtualenv (#939)
1 parent eb37cf0 commit 8c2b92e

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ubuntu-latest, windows-latest, macos-latest]
27-
python-version: ["3.9", "3.13", "3.14", "3.14t"]
27+
python-version: ["3.10", "3.13", "3.14", "3.14t"]
2828
include:
29-
- os: ubuntu-latest
30-
python-version: "3.10"
3129
- os: ubuntu-latest
3230
python-version: "3.11"
3331
- os: ubuntu-latest
@@ -38,8 +36,6 @@ jobs:
3836
steps:
3937
- uses: actions/checkout@v4
4038
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
41-
- name: Pin virtualenv to pre-breaking major version
42-
run: pipx inject --force hatch "virtualenv<21"
4339
- name: Run Tests
4440
run: hatch run cov:test
4541
- uses: jupyterlab/maintainer-tools/.github/actions/upload-coverage@v1
@@ -62,8 +58,6 @@ jobs:
6258
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
6359
with:
6460
dependency_type: minimum
65-
- name: Pin virtualenv to pre-breaking major version
66-
run: pipx inject --force hatch "virtualenv<21"
6761
- name: Run the unit tests
6862
run: |
6963
hatch run test:nowarn || hatch -v run test:nowarn --lf
@@ -74,8 +68,6 @@ jobs:
7468
steps:
7569
- uses: actions/checkout@v4
7670
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
77-
- name: Pin virtualenv to pre-breaking major version
78-
run: pipx inject --force hatch "virtualenv<21"
7971
- name: Run Linters
8072
run: |
8173
hatch run typing:test
@@ -89,8 +81,6 @@ jobs:
8981
steps:
9082
- uses: actions/checkout@v4
9183
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
92-
- name: Pin virtualenv to pre-breaking major version
93-
run: pipx inject --force hatch "virtualenv<21"
9484
- name: Build the docs
9585
run: hatch run docs:build
9686

@@ -105,8 +95,6 @@ jobs:
10595
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
10696
with:
10797
dependency_type: pre
108-
- name: Pin virtualenv to pre-breaking major version
109-
run: pipx inject --force hatch "virtualenv<21"
11098
- name: Run the tests
11199
run: |
112100
hatch run test:nowarn || hatch run test:nowarn --lf
@@ -143,8 +131,6 @@ jobs:
143131
uses: actions/checkout@v4
144132
- name: Base Setup
145133
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
146-
- name: Pin virtualenv to pre-breaking major version
147-
run: pipx inject --force hatch "virtualenv<21"
148134
- name: Install Dependencies
149135
run: |
150136
pip install -e .

0 commit comments

Comments
 (0)