Skip to content

Commit 051de9f

Browse files
committed
Build Python 3.10 branch
1 parent 6ca4720 commit 051de9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: [ 3.6.15, 3.7.12, 3.8.12, 3.9.7 ]
8+
python-version: [ 3.6.15, 3.7.12, 3.8.12, 3.9.7, 3.10.0 ]
99
arch: [ amd64, aarch64 ]
1010
steps:
1111
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)