Skip to content

Commit

Permalink
Merge pull request #19 from karellen/bump_test_env_20240208
Browse files Browse the repository at this point in the history
Bump test env 20240208
  • Loading branch information
arcivanov committed Feb 9, 2024
2 parents 28bc2b8 + 4da549f commit 4c702e5
Showing 1 changed file with 24 additions and 21 deletions.
45 changes: 24 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,40 +17,39 @@ jobs:
- ubuntu-latest
- macos-latest
python-version:
- '3.12-dev'
- '3.12'
- '3.11'
- '3.10'
- '3.9'
pip-version:
- '23.2'
- '23.1'
- '23.0'
- '24.0'
- '23.3'
- '22.3'
- '22.2'
setuptools-version:
- '69.0'
- '68.2'
- '68.1'
- '68.0'
- '67.0'
- '66.0'
- '65.0'
exclude:
- python-version: '3.12-dev'
- python-version: '3.12'
setuptools-version: '65.0'
- python-version: '3.12-dev'
- python-version: '3.12'
pip-version: '22.2'
- python-version: '3.12-dev'
- python-version: '3.12'
pip-version: '22.3'
env:
DEPLOY_PYTHONS: "3.11"
DEPLOY_OSES: "Linux"
DEPLOY_PIPS: "23.2"
DEPLOY_SETUPTOOLS: "68.2"
DEPLOY_PIPS: "23.3"
DEPLOY_SETUPTOOLS: "69.0"
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- shell: bash
run: |
echo "PYB_EXTRA_ARGS=--no-venvs" >> $GITHUB_ENV
Expand All @@ -71,6 +70,7 @@ jobs:
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 All @@ -84,11 +84,11 @@ jobs:
- '3.8'
- '3.7'
pip-version:
- '23.2'
- '23.1'
- '23.0'
- '22.0'
- '24.0'
- '23.3'
- '22.3'
setuptools-version:
- '69.0'
- '68.2'
- '68.1'
- '68.0'
Expand All @@ -103,10 +103,12 @@ jobs:
setuptools-version: '68.2'
- python-version: '3.7'
setuptools-version: '68.1'
- python-version: '3.7'
setuptools-version: '69.0'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- shell: bash
run: |
echo "PYB_EXTRA_ARGS=--no-venvs" >> $GITHUB_ENV
Expand All @@ -118,6 +120,7 @@ jobs:
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 @@ -130,11 +133,11 @@ jobs:
python-version:
- '3.13-dev'
pip-version:
- '23.2'
- '23.1'
- '23.0'
- '22.0'
- '24.0'
- '23.3'
- '22.3'
setuptools-version:
- '69.0'
- '68.2'
- '68.1'
- '68.0'
Expand All @@ -143,7 +146,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- shell: bash
run: |
echo "PYB_EXTRA_ARGS=--no-venvs" >> $GITHUB_ENV
Expand Down

0 comments on commit 4c702e5

Please sign in to comment.