Skip to content

Commit

Permalink
Drop python 2.7 and 3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
xdrop committed Aug 15, 2024
1 parent aa97921 commit d6222b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
fail-fast: false
matrix:
python:
- py27
- py36
- py37
httplib:
- default
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py27,py36,py37}-{default,fido}, {py27,py36,py37}-fido-requests2dot17, mypy, pre-commit
envlist = {py37}-{default,fido}, {py27,py37}-fido-requests2dot17, mypy, pre-commit

[testenv]
deps =
Expand Down Expand Up @@ -37,6 +37,8 @@ deps =
Twisted<21
# since we run in py 2.7 compatible mode, swagger-spec-validator>=3.0.0 causes syntax errors
swagger-spec-validator<3.0.0
# so does yelp-bytes < 0.4.0
yelp-bytes==0.4.0
-rrequirements-dev.txt
.[fido]
mypy==0.790
Expand Down

0 comments on commit d6222b9

Please sign in to comment.