Skip to content

Commit

Permalink
Drop support for python 3.6 & improve tests
Browse files Browse the repository at this point in the history
- Update dev dependencies, including poetry in poetry plugin tests
- Remove tox from config
- Refactor tests to reduce external dependencies
  • Loading branch information
nat-n committed Jun 11, 2022
1 parent 2a2b856 commit 4987b1f
Show file tree
Hide file tree
Showing 21 changed files with 632 additions and 610 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.7
- uses: actions/cache@v2
with:
path: ~/.cache/pypoetry/virtualenvs
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
os: [Ubuntu, MacOS, Windows]
python-version: ['3.6', '3.7', '3.8', '3.9']
python-version: ['3.7', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 4987b1f

Please sign in to comment.