Skip to content

Commit 11ec96f

Browse files
authored
remove 3.7 testing (#179)
3.7 is EOL, and setup-python no longer supports it. WE need to continue to support it for a little while; however, we have to stop testing it so that PR builds can pass
1 parent 156b761 commit 11ec96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
matrix:
4848
os: [macos-latest, windows-latest, ubuntu-latest]
49-
python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12]
49+
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
5050
steps:
5151
- uses: actions/checkout@v2
5252
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)