-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove old py versions (#373)
* Un-pin dependencies jsonschema and pyrsistent * relax jsonschema, but constrain pyrsistent * jsonschema>=3.2.0,<=4.01 pyrsistent>=0.16.0,<=0.17.3 * fix dot typo * Update core.txt * remove old py version refs from .travis file * remove py2 lines * open up cryptography version for pypy3 * temporarily comment out v3.10 * upgrade pip * restrick cryptography lib version * make dist focal as global * add zero to py 3.10 version * update * update pypy3 version to the latest possible by Travis - pypy3.7-7.3.5 * remove less than for cryptography version * fix lib versions, requirements, setup Co-authored-by: Jake Brown <[email protected]>
- Loading branch information
1 parent
d1de5b5
commit 84e0a78
Showing
7 changed files
with
27 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
coverage | ||
flake8==3.6.0 | ||
funcsigs==0.4 | ||
mock==1.3.0 | ||
pytest>=4.6.0 | ||
flake8 >= 4.0.1 | ||
funcsigs >= 0.4 | ||
mock >= 4.0.0 | ||
pytest >= 6.2.0 | ||
pytest-cov | ||
python-coveralls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.