Skip to content

Commit

Permalink
Start testing on setuptools 70
Browse files Browse the repository at this point in the history
  • Loading branch information
arcivanov committed May 23, 2024
1 parent 192f5bd commit 94a37e5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@ -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 Down Expand Up @@ -136,7 +140,7 @@ jobs:
pip-version:
- '24.0'
setuptools-version:
- '69.0'
- '70.0'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit 94a37e5

Please sign in to comment.