We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf8280 commit cc75514Copy full SHA for cc75514
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
os: [macos-latest, ubuntu-latest, windows-latest]
20
- python-version: ["3.8", "3.9"]
+ python-version: ["3.8", "3.9", "3.10"]
21
22
steps:
23
- uses: actions/checkout@v2
@@ -72,7 +72,7 @@ jobs:
72
- name: setup python environment
73
uses: actions/setup-python@v2
74
with:
75
- python-version: "3.9"
+ python-version: "3.8"
76
77
- uses: Gr1N/setup-poetry@v7
78
@@ -111,7 +111,7 @@ jobs:
111
node-version: "14"
112
- uses: actions/setup-python@v2
113
114
115
116
117
0 commit comments