Skip to content

Commit 3632d75

Browse files
committed
Add Python 3.10 to the build matrix
1 parent 735cefd commit 3632d75

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci-python.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [3.7, 3.8, 3.9]
16+
python-version:
17+
- "3.7"
18+
- "3.8"
19+
- "3.9"
20+
- "3.10"
1721
steps:
1822
- name: Check out
1923
uses: actions/checkout@v2

0 commit comments

Comments
 (0)