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 ade73f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
package_data={
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}, {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 ade73f7

Please sign in to comment.