Skip to content

Commit

Permalink
- trying only one build for Python 3.10, 3.11;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed May 1, 2024
1 parent ac849e9 commit 28d6447
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
container: ${{ matrix.container }}
strategy:
matrix:
python_version: ['3.8', '3.9', '3.10', '3.11']
# python_version: ['3.8', '3.9', '3.10', '3.11']
python_version: ['3.8', '3.9', '3.10']
os: ['ubuntu-latest', 'macos-13', 'windows-latest']
include:
- os: ubuntu-latest
Expand Down

0 comments on commit 28d6447

Please sign in to comment.