Skip to content

Commit

Permalink
Merge branch 'master' into mfa-totp
Browse files Browse the repository at this point in the history
  • Loading branch information
pragatimodi authored Apr 25, 2023
2 parents 1f5c366 + f0865f7 commit 9722097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.7']
python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.8']

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
long_description=long_description,
url=about['__url__'],
project_urls={
'Release Notes': 'https://firebase.google.com/support/release-notes/admin/python',
'Source': 'https://github.com/firebase/firebase-admin-python',
},
author=about['__author__'],
Expand Down

0 comments on commit 9722097

Please sign in to comment.