We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7246d29 + f0f642f commit 9d4ac35Copy full SHA for 9d4ac35
2 files changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
- name: Set up Python 3.7
18
- uses: actions/setup-python@v4.2.0
+ uses: actions/setup-python@v4.3.0
19
with:
20
python-version: 3.7
21
- name: Install pypa/build
.github/workflows/testing.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- name: Set up Python ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
- name: Install dependencies
0 commit comments