Skip to content

Commit

Permalink
Modified wheel building to be skipped for Python 3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauri-codes committed Jul 18, 2023
1 parent 2d64117 commit e673304
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: wheels

on: [workflow_dispatch]

env:
CIBW_SKIP: cp36-*

jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
Expand Down

0 comments on commit e673304

Please sign in to comment.