Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for python 3.6 #411

Merged
merged 5 commits into from
Dec 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
vX.X.X - DD MMM YYYY
--------------------

Features:
* [TBD](https://github.com/godaddy/tartufo/pull/401) - Drop python 3.6 support

v3.3.1 - 23 Nov 2022
--------------------

Expand Down
Loading