Skip to content

Commit f462ac0

Browse files
committed
ci: adding python 3.10
1 parent 6462c41 commit f462ac0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: ["ubuntu-latest", "windows-latest"] #"macos-latest",
12-
python-version: ["3.7","3.8","3.9"]
12+
python-version: ["3.7","3.8","3.9","3.10"]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: conda-incubator/setup-miniconda@v2
@@ -84,7 +84,7 @@ jobs:
8484
fail-fast: false
8585
matrix:
8686
os: ["ubuntu-latest", "windows-latest","macos-latest"]
87-
python-version: ["3.9","3.8","3.7"]
87+
python-version: ["3.10","3.9","3.8","3.7"]
8888
steps:
8989
- uses: conda-incubator/setup-miniconda@v2
9090
with:
@@ -159,7 +159,7 @@ jobs:
159159
uses: joerick/cibuildwheel@v1.10.0
160160
env:
161161
CIBW_ARCHS_MACOS: x86_64 universal2
162-
CIBW_BUILD: "cp36-* cp37-* cp38-* cp39-*"
162+
CIBW_BUILD: "cp36-* cp37-* cp38-* cp39-* cp310*"
163163
CIBW_BEFORE_BUILD: "pip install numpy cython" #make sure numpy is the same version as required by LS
164164

165165
- name: Publish wheels to PyPI

0 commit comments

Comments
 (0)