Skip to content
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

fix: require phone_number when verify sms code #555

Merged
merged 13 commits into from
Apr 7, 2024
Prev Previous commit
Next Next commit
test: test on python 3.11 instead of 3.12
Wu Yun committed Apr 2, 2024
commit b9c681ed79be7f910d5ff678ca6b2ec552274d12
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
python-version: [3.5, 3.9, 3.12]
python-version: [3.5, 3.9, 3.11]
steps:
- uses: actions/checkout@v2
- name: Set up Python