-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update aioapns dependency to supports python 3.10+ (#347)
aioapns >= 2.1 is required, but bump to 3.0 as the latest version.
- Loading branch information
1 parent
db821f3
commit e0dac28
Showing
3 changed files
with
30 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Bump aioapns dependency to 3.0 in order to support Python 3.10+. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,7 +74,7 @@ authors = [ | |
{name = "Matrix.org Team and contributors", email = "[email protected]"} | ||
] | ||
dependencies = [ | ||
"aioapns>=1.10,<2.1", | ||
"aioapns>=3.0", | ||
"attrs>=19.2.0", | ||
"cryptography>=2.6.1", | ||
"idna>=2.8", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters