Skip to content

Commit d6e72a1

Browse files
committed
GA: no longer test with 3.7
1 parent a7e69aa commit d6e72a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
1717
python-version:
18-
- "3.7"
1918
- "3.8"
2019
- "3.9"
2120
- "3.10"
2221
- "3.11"
23-
- "pypy-3.7"
22+
- "pypy-3.8"
2423
steps:
2524
- uses: actions/checkout@v3
2625
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)