Skip to content

Commit cc75514

Browse files
committed
update python versions in workflow
1 parent aaf8280 commit cc75514

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [macos-latest, ubuntu-latest, windows-latest]
20-
python-version: ["3.8", "3.9"]
20+
python-version: ["3.8", "3.9", "3.10"]
2121

2222
steps:
2323
- uses: actions/checkout@v2
@@ -72,7 +72,7 @@ jobs:
7272
- name: setup python environment
7373
uses: actions/setup-python@v2
7474
with:
75-
python-version: "3.9"
75+
python-version: "3.8"
7676

7777
- uses: Gr1N/setup-poetry@v7
7878

@@ -111,7 +111,7 @@ jobs:
111111
node-version: "14"
112112
- uses: actions/setup-python@v2
113113
with:
114-
python-version: "3.9"
114+
python-version: "3.8"
115115

116116
- uses: Gr1N/setup-poetry@v7
117117

0 commit comments

Comments
 (0)