We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219fcc5 commit 71cd95fCopy full SHA for 71cd95f
1 file changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
20
steps:
21
- uses: actions/checkout@v3
22
- name: Set up Python ${{ matrix.python-version }}
0 commit comments