8000 fix!: update code and tests for pyjwt>=2.0.0 by karls · Pull Request #560 · twilio/twilio-python · GitHub
[go: up one dir, main page]

Skip to content

fix!: update code and tests for pyjwt>=2.0.0 #560

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 19 commits into from
Sep 22, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into pyjwt-2.0
  • Loading branch information
eshanholtz authored Feb 26, 2021
commit 872f52e74ba26a98ec81722653933724912ea758
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py3{6,7,8}, pypy
envlist = py3{6,7,8,9}, pypy
skip_missing_interpreters = true

[testenv]
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0