Skip to content

Commit

Permalink
Merge pull request #20 from karellen/py_3.13
Browse files Browse the repository at this point in the history
Try fixing Python 3.13 builds
  • Loading branch information
arcivanov committed Feb 11, 2024
2 parents 4c702e5 + 54fb36a commit 192f5bd
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
echo "PYB_EXTRA_ARGS=--no-venvs" >> $GITHUB_ENV
echo "SETUPTOOLS_VER=~=${{matrix.setuptools-version}}" >> $GITHUB_ENV
echo "PIP_VER=~=${{matrix.pip-version}}" >> $GITHUB_ENV
- shell: bash
if: |
github.event_name == 'push' &&
Expand All @@ -64,13 +65,13 @@ jobs:
contains(env.DEPLOY_SETUPTOOLS, matrix.setuptools-version)
run: |
echo "PYB_EXTRA_ARGS=+upload --no-venvs" >> $GITHUB_ENV
- uses: pybuilder/build@master
with:
checkout: false
with-venv: false
python-version: ${{ matrix.python-version }}
pyb-extra-args: ${{ env.PYB_EXTRA_ARGS }}

build-secondary:
runs-on: ${{ matrix.os }}
continue-on-error: false
Expand Down Expand Up @@ -114,13 +115,13 @@ jobs:
echo "PYB_EXTRA_ARGS=--no-venvs" >> $GITHUB_ENV
echo "SETUPTOOLS_VER=~=${{matrix.setuptools-version}}" >> $GITHUB_ENV
echo "PIP_VER=~=${{matrix.pip-version}}" >> $GITHUB_ENV
- uses: pybuilder/build@master
with:
checkout: false
with-venv: false
python-version: ${{ matrix.python-version }}
pyb-extra-args: ${{ env.PYB_EXTRA_ARGS }}

build-experimental:
runs-on: ${{ matrix.os }}
continue-on-error: true
Expand All @@ -134,15 +135,8 @@ jobs:
- '3.13-dev'
pip-version:
- '24.0'
- '23.3'
- '22.3'
setuptools-version:
- '69.0'
- '68.2'
- '68.1'
- '68.0'
- '67.0'
- '66.0'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -152,6 +146,7 @@ jobs:
echo "PYB_EXTRA_ARGS=--no-venvs" >> $GITHUB_ENV
echo "SETUPTOOLS_VER=~=${{matrix.setuptools-version}}" >> $GITHUB_ENV
echo "PIP_VER=~=${{matrix.pip-version}}" >> $GITHUB_ENV
- uses: pybuilder/build@master
with:
checkout: false
Expand Down

0 comments on commit 192f5bd

Please sign in to comment.