Skip to content

Commit 8339804

Browse files
committed
Update pytest.yml
1 parent a0904fc commit 8339804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: windows-latest
5959
strategy:
6060
matrix:
61-
python-version: [ '2.7','3.7','3.8','3.9','3.10','3.11' ]
61+
python-version: [ '3.7','3.8','3.9','3.10','3.11' ]
6262
steps:
6363
- uses: actions/checkout@v2
6464
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)