We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f45cc commit fba8cfcCopy full SHA for fba8cfc
1 file changed
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
+ python-version: ['3.9', '3.10', '3.11', '3.12']
10
11
steps:
12
- uses: actions/checkout@v3
0 commit comments