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 #556

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
test: test on python 3.10 instead of 3.11
Wu Yun committed Apr 2, 2024
commit f250fc3561c6d9ba5aa92e225bf3b079ac160764
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.11]
python-version: [3.5, 3.9, 3.10]
steps:
- uses: actions/checkout@v2
- name: Set up Python