Skip to content

Commit

Permalink
drop support for python36 (#400)
Browse files Browse the repository at this point in the history
* drop support for python36

* remove language support classifier

Co-authored-by: Sushant Mimani <[email protected]>
  • Loading branch information
dclayton-godaddy and sushantmimani authored Nov 23, 2022
1 parent b8ee4d4 commit 70e4667
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 120 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10"]
include:
- os: ubuntu-latest
path: ~/.cache/pypoetry
Expand All @@ -39,7 +39,6 @@ jobs:
name: Checkout the repo
- uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353
name: Cache Poetry & Tox deps
if: ${{ !(matrix.os == 'windows-latest' && matrix.python-version == '3.6') }}
with:
path: |
{{ matrix.path }}
Expand Down
Loading

0 comments on commit 70e4667

Please sign in to comment.