We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d4b18 commit fa5f28aCopy full SHA for fa5f28a
.github/workflows/python-package.yml
@@ -25,7 +25,7 @@ jobs:
25
if: "!contains(github.event.head_commit.message, 'ci skip') || !contains(github.event.head_commit.message, 'skip ci')"
26
strategy:
27
matrix:
28
- python-version: ['3.7', '3.8', '3.9', '3.10']
+ python-version: ['3.8', '3.9', '3.10']
29
30
steps:
31
- uses: actions/checkout@v4
0 commit comments