Skip to content

Commit 1cc66d2

Browse files
committed
Remove Python 2.7 from CI as virtualenv desupported it
1 parent 2b873b9 commit 1cc66d2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
- run: pip install nox
2929

3030
# Install supported Python versions
31-
- uses: actions/setup-python@v4
32-
with:
33-
python-version: 2.7
3431
- uses: actions/setup-python@v4
3532
with:
3633
python-version: 3.7

0 commit comments

Comments
 (0)