Skip to content

Commit

Permalink
Try removing Python 3.6 support
Browse files Browse the repository at this point in the history
Something with setuptools-scm seems to only break in 3.6. First verify
that, then either fix it or drop 3.6.
  • Loading branch information
polm committed Aug 18, 2022
1 parent 846d081 commit f29535f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10']
include:
- python-version: '3.6'
py-short: '36'
py-short2: '36m'
- python-version: '3.7'
py-short: '37'
py-short2: '37m'
Expand Down

0 comments on commit f29535f

Please sign in to comment.