Skip to content

Commit

Permalink
Merge pull request #21 from karellen/setuptools_70
Browse files Browse the repository at this point in the history
Start testing on setuptools 70
  • Loading branch information
arcivanov committed Jun 1, 2024
2 parents 192f5bd + aed4c0c commit ea5acef
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- macos-13
python-version:
- '3.12'
- '3.11'
Expand All @@ -26,7 +26,8 @@ jobs:
- '23.3'
- '22.3'
setuptools-version:
- '69.0'
- '70.0'
- '69.5'
- '68.2'
- '68.1'
- '68.0'
Expand Down Expand Up @@ -80,7 +81,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- macos-13
python-version:
- '3.8'
- '3.7'
Expand All @@ -89,7 +90,8 @@ jobs:
- '23.3'
- '22.3'
setuptools-version:
- '69.0'
- '70.0'
- '69.5'
- '68.2'
- '68.1'
- '68.0'
Expand All @@ -105,7 +107,9 @@ jobs:
- python-version: '3.7'
setuptools-version: '68.1'
- python-version: '3.7'
setuptools-version: '69.0'
setuptools-version: '69.5'
- python-version: '3.7'
setuptools-version: '70.0'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -130,13 +134,13 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- macos-13
python-version:
- '3.13-dev'
pip-version:
- '24.0'
setuptools-version:
- '69.0'
- '70.0'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit ea5acef

Please sign in to comment.