Skip to content

Commit e40704b

Browse files
committed
Delete python version 3.7.x from test
1 parent 22b1c5a commit e40704b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-22.04
1818
strategy:
1919
matrix:
20-
python-version: ['3.7.x', '3.8.x', '3.9.x', '3.10.x', '3.11.x']
20+
python-version: ['3.8.x', '3.9.x', '3.10.x', '3.11.x']
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v1

0 commit comments

Comments
 (0)