Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit d075d65

Browse files
committed
add python 3.10 to nightly wheel build
1 parent b04575b commit d075d65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly-wheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- 3.7
2121
- 3.8
2222
- 3.9
23+
- "3.10"
2324
steps:
2425
- name: Print CPU info
2526
run: cat /proc/cpuinfo
@@ -64,6 +65,7 @@ jobs:
6465
- 3.7
6566
- 3.8
6667
- 3.9
68+
- "3.10"
6769
steps:
6870
- name: Setup Python ${{ matrix.python-version }}
6971
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)