Skip to content

Commit f7a4d4f

Browse files
committed
Fix: 3.6.7 versions
1 parent 8c41007 commit f7a4d4f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: ["3.6"]
21+
python-version: ["3.6.7"]
2222
steps:
2323
- uses: actions/checkout@v3
2424
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
python-version: ["3.6"]
9+
python-version: ["3.6.7"]
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Set up Python ${{ matrix.python-version }}
1313
uses: actions/setup-python@v4
1414
with:
1515
python-version: ${{ matrix.python-version }}
1616

17-
1817
- name: Install dependencies
1918
run: |
2019
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)