We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a68bc3 commit 8a33374Copy full SHA for 8a33374
.github/workflows/pythonapp.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- python-version: [3.9, "3.10", 3.11, 3.12]
+ python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
18
steps:
19
- uses: actions/checkout@v2
20
- name: Set up Python ${{ matrix.python-version }}
0 commit comments