Skip to content

Commit 22f19e0

Browse files
fix python version
1 parent 603b5b5 commit 22f19e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [ "3.5.9","3.6.8", "3.7.17", "3.8.18", "3.9.0" ]
11+
python-version: [ "3.5","3.6", "3.7", "3.8", "3.9" ]
1212

1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v3
1717
with:
1818
python-version: ${{ matrix.python-version }}
19+
architecture: x64
1920
- name: Install dependencies
2021
run: |
2122
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)