Skip to content

Commit

Permalink
Don't try to deploy py 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Oct 27, 2022
1 parent bfdd309 commit 3aaa165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
distribution: [bdist_wheel]
python-3-version: [6, 7, 8, 9, '10', '11']
python-3-version: [7, 8, 9, '10', '11']
include:
- distribution: sdist
python-3-version: '11'
Expand Down

0 comments on commit 3aaa165

Please sign in to comment.