Skip to content

Commit

Permalink
Remove 3.6 support
Browse files Browse the repository at this point in the history
Poetry removed 3.6 support in 1.2.0 (as of this commit
python-poetry/poetry#5055), so we can't support
it here either.
  • Loading branch information
mpeteuil committed Sep 3, 2022
1 parent 1c24966 commit 25cad4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [Ubuntu, MacOS]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11-dev"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
defaults:
run:
shell: bash
Expand Down

0 comments on commit 25cad4e

Please sign in to comment.