-
Notifications
You must be signed in to change notification settings - Fork 37
chore: remove old py versions #373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 15 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
ee5dc5e
Un-pin dependencies jsonschema and pyrsistent
The-inside-man cae52d9
relax jsonschema, but constrain pyrsistent
Mat001 8b3f601
jsonschema>=3.2.0,<=4.01 pyrsistent>=0.16.0,<=0.17.3
Mat001 dbf7496
fix dot typo
Mat001 ec01713
Merge branch 'master' into jbrown/pinned-dep
Mat001 f2d5010
Update core.txt
Mat001 94b1f3e
remove old py version refs from .travis file
Mat001 e41bc98
remove py2 lines
Mat001 ed15020
open up cryptography version for pypy3
Mat001 fcbeae4
temporarily comment out v3.10
Mat001 52b496b
upgrade pip
Mat001 ff4dba5
restrick cryptography lib version
Mat001 19bc65e
make dist focal as global
Mat001 f03a89c
add zero to py 3.10 version
Mat001 fbfe083
update
Mat001 a6f2b3d
update pypy3 version to the latest possible by Travis - pypy3.7-7.3.5
Mat001 94e8a1e
remove less than for cryptography version
Mat001 df3d79c
fix lib versions, requirements, setup
Mat001 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 @@ | ||
jsonschema==3.2.0 | ||
pyrsistent==0.16.0 | ||
jsonschema>=3.2.0 | ||
pyrsistent>=0.16.0 | ||
requests>=2.21 | ||
pyOpenSSL>=19.1.0 | ||
cryptography>=2.8.0 | ||
cryptography>=2.8.0,<=3.1.1 | ||
Mat001 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
idna>=2.10 | ||
six>=1.12.0 |
This file contains hidden or 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 >= 3.6.0 | ||
funcsigs >= 0.4 | ||
mock >= 1.3.0 | ||
pytest >= 4.6.0 | ||
pytest-cov | ||
python-coveralls |
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.