We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d13ac commit f791297Copy full SHA for f791297
.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
82
strategy:
83
fail-fast: false
84
matrix:
85
- python-version: [cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310, cp311-cp311, cp312-cp312]
+ python-version: [cp38-cp38, cp39-cp39, cp310-cp310, cp311-cp311, cp312-cp312]
86
runs-on: ubuntu-latest
87
env:
88
py: /opt/python/${{ matrix.python-version }}/bin/python
0 commit comments