Skip to content

Commit 9722097

Browse files
authored
Merge branch 'master' into mfa-totp
2 parents 1f5c366 + f0865f7 commit 9722097

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.7']
11+
python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.8']
1212

1313
steps:
1414
- uses: actions/checkout@v3

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
long_description=long_description,
5353
url=about['__url__'],
5454
project_urls={
55+
'Release Notes': 'https://firebase.google.com/support/release-notes/admin/python',
5556
'Source': 'https://github.com/firebase/firebase-admin-python',
5657
},
5758
author=about['__author__'],

0 commit comments

Comments
 (0)