Skip to content

Commit 3afd580

Browse files
Remove python 3.7 from testing workflow.
1 parent e9b2a36 commit 3afd580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
operating-system: [ubuntu-latest, macos-latest]
53-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
53+
python-version: ['3.8', '3.9', '3.10', '3.11']
5454

5555
steps:
5656
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)