Skip to content

Commit

Permalink
chore: drop support for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Jan 28, 2023
1 parent 1b1b020 commit 528f78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]

steps:
- name: Checkout
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[tox]
envlist = py36, py37, py38, py39, py310, py311
envlist = py37, py38, py39, py310, py311
isolated_build = true

[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39
Expand Down

0 comments on commit 528f78c

Please sign in to comment.