Skip to content

Commit

Permalink
chore: update noxfile.py to drop Python 3.6 (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
amangoel185 authored Aug 9, 2021
1 parent bbdba4a commit b033e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import nox

ALL_PYTHONS = ["3.6", "3.7", "3.8", "3.9"]
ALL_PYTHONS = ["3.7", "3.8", "3.9"]

nox.options.sessions = ["lint", "tests"]

Expand Down

0 comments on commit b033e7e

Please sign in to comment.