Remove support for python 3.6

Update transient dependencies
Update actions workflow to install poetry 1.2
Update makefile to use poetry 1.2 command structure
Add safety exclusions to account for outdated meta tools
Bump feature version to 1.2
This commit is contained in:
2022-11-15 09:51:40 -05:00
parent d5d400e0a6
commit 60bdfbfb17
7 changed files with 769 additions and 418 deletions

View File

@@ -8,7 +8,7 @@
set -e;
CI_CACHE=$HOME/.cache;
POETRY_VERSION=1.1.14;
POETRY_VERSION=1.2.2;
mkdir --parents "$CI_CACHE";

View File

@@ -12,8 +12,6 @@ jobs:
strategy:
matrix:
python:
- version: "3.6"
toxenv: py36
- version: "3.7"
toxenv: py37
- version: "3.8"