Skip to content

Commit 41e3529

Browse files
committed
python 3.10 on ci
1 parent ab96601 commit 41e3529

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v2
2828
with:
29-
python-version: '3.8'
29+
python-version: '3.7'
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip
@@ -81,8 +81,8 @@ jobs:
8181
strategy:
8282
max-parallel: 6
8383
matrix:
84-
os: [ubuntu-latest, windows-latest]
85-
python-version: [3.7, 3.8, 3.9]
84+
os: ["ubuntu-latest", "windows-latest"]
85+
python-version: ["3.7", "3.8", "3.9", "3.10"]
8686

8787
steps:
8888
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)