mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 12:03:15 +00:00
ci: update cibuildwheel and drop Python 3.8 (#642)
This commit is contained in:
parent
42f056f3cf
commit
d9873dab04
3 changed files with 4 additions and 4 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||||
py: ["3.14-dev", "3.13", "3.12", "3.11", "3.10", "3.9", "3.8"]
|
py: ["3.14-dev", "3.13", "3.12", "3.11", "3.10", "3.9"]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }}
|
name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }}
|
||||||
|
|
4
.github/workflows/wheel.yml
vendored
4
.github/workflows/wheel.yml
vendored
|
@ -29,11 +29,11 @@ jobs:
|
||||||
make cython
|
make cython
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: pypa/cibuildwheel@v2.23.3
|
uses: pypa/cibuildwheel@v3.1.1
|
||||||
env:
|
env:
|
||||||
CIBW_TEST_REQUIRES: "pytest"
|
CIBW_TEST_REQUIRES: "pytest"
|
||||||
CIBW_TEST_COMMAND: "pytest {package}/test"
|
CIBW_TEST_COMMAND: "pytest {package}/test"
|
||||||
CIBW_SKIP: "pp* cp38-macosx_*"
|
CIBW_SKIP: "pp* cp38-*"
|
||||||
|
|
||||||
- name: Build sdist
|
- name: Build sdist
|
||||||
if: runner.os == 'Linux' && runner.arch == 'X64'
|
if: runner.os == 'Linux' && runner.arch == 'X64'
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Cython~=3.1.1
|
Cython~=3.1.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue