We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08806f3 commit cbc50fcCopy full SHA for cbc50fc
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
strategy:
22
matrix:
23
- 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']
24
steps:
25
- uses: actions/checkout@v2
26
- name: Set up Python ${{ matrix.python-version }}
0 commit comments