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 dc0455a commit 116236dCopy full SHA for 116236d
.github/workflows/publish-release.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Set up Python
61
uses: actions/setup-python@v4
62
with:
63
- python-version: '3.7'
+ python-version: '3.8'
64
- name: Install dependencies
65
run: |
66
python -m pip install --upgrade pip
.github/workflows/pull-request.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- python-version: [3.7, 3.8]
+ python-version: [3.8, 3.11]
21
steps:
22
- uses: actions/checkout@v3
23
- name: Set up Python ${{ matrix.python-version }}
0 commit comments