Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
3.6 and 3.7 are minimal
Browse files Browse the repository at this point in the history
	modified:   .github/workflows/release.yml
  • Loading branch information
vicky5124 committed Apr 13, 2022
1 parent 8dd75c6 commit cfcc0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
strategy:
matrix:
python: [
{ version: '3.6', name: 'cp36-cp36' },
{ version: '3.7', name: 'cp37-cp37' },
{ version: '3.6', name: 'cp36-cp36m' },
{ version: '3.7', name: 'cp37-cp37m' },
{ version: '3.8', name: 'cp38-cp38' },
{ version: '3.9', name: 'cp39-cp39' },
{ version: '3.10', name: 'cp310-cp310' },
Expand Down

0 comments on commit cfcc0d5

Please sign in to comment.