diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc101cb..4eafd4b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,12 +15,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "latest"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 01be615..ff29041 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -68,7 +68,7 @@ jobs: toolchain: stable - name: Install cibuildwheel run: | - python -m pip install cibuildwheel==2.17.0 twine wheel + python -m pip install cibuildwheel twine wheel - name: Build wheels run: | python -m cibuildwheel --output-dir wheelhouse @@ -108,7 +108,7 @@ jobs: platforms: all - name: Install cibuildwheel run: | - python -m pip install cibuildwheel==2.17.0 twine + python -m pip install cibuildwheel twine - name: Build wheels run: | python -m cibuildwheel --output-dir wheelhouse @@ -180,7 +180,7 @@ jobs: run: rustup default stable-i686-pc-windows-msvc - name: Install cibuildwheel run: | - python -m pip install cibuildwheel==2.17.0 twine + python -m pip install cibuildwheel twine - name: Build wheels run: | python -m cibuildwheel --output-dir wheelhouse