Skip to content

Commit 4e22b74

Browse files
MayurMayur
authored andcommitted
remove 3.10 from pytest
1 parent 6e0b82e commit 4e22b74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/py-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
py-version: ['3.7', '3.8', '3.9', '3.10']
30+
py-version: ['3.7', '3.8', '3.9']
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v2

0 commit comments

Comments
 (0)