We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa3732 commit 61e76f5Copy full SHA for 61e76f5
.github/workflows/python-package.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
+ python-version: ['3.8', '3.9', '3.10', '3.11']
21
steps:
22
- uses: actions/checkout@v2
23
- name: Set up Python ${{ matrix.python-version }}
0 commit comments