Skip to content

Commit 984e6df

Browse files
authored
build: adding support py310 (#228)
* test: adding py310 * ci: adding wheels for py310
1 parent 7c864e0 commit 984e6df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
tests:
2020
strategy:
2121
matrix:
22-
python-version: [3.6, 3.7, 3.8, 3.9]
22+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
2323
os: [ubuntu-latest, windows-latest, macos-latest]
2424
runs-on: ${{ matrix.os }}
2525
steps:

.github/workflows/upload-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: python -m cibuildwheel --output-dir wheelhouse
5353
env:
5454
# Disable explicitly building PyPI wheels for specific configurations
55-
CIBW_SKIP: cp310-* pp* cp{38,39,310}-manylinux_i686 *-musllinux_* cp310-win32
55+
CIBW_SKIP: pp* cp{38,39,310}-manylinux_i686 *-musllinux_* cp310-win32
5656
CIBW_PRERELEASE_PYTHONS: False
5757
# Manually force a version (and avoid building local wheels)
5858
CIBW_ENVIRONMENT: "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}"

0 commit comments

Comments
 (0)