-
-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ποΈ Maintenance: Replaced python
3.7.x
support with 3.11.x
legacy (Fβ¦
β¦ixed #369) [#370] π§ Setup.py: - Removed support for python-3.7 legacies - π Raised `python_requires` to `>=3.8`. Thereby python `3.7` and any before legacy are no longer supported. - π₯ Removed `3.7` legacy from Programming Language metadata. - π©Ή Readded latest patch to `uvicorn`, `starlette`, `pyzmq` dependencies. - π Pinned pyzmq==24.0.1. Asyncio: - π©Ή Formatted TemplateResponse class parameters w.r.t new changes. CI: - π· Updated Azure Pipeline workflow. - β¨ Added python 3.11 legacy support for MacOS environments. - π₯ Deprecated python 3.7 legacy support. - π· Updated Appveyor Pipeline workflow. - β¨ Added python 3.11 legacy support for Windows OS environments. - π₯ Deprecated python 3.7 legacy support. -π· Updated GitHub CI Pipeline workflow. - β¨ Added python 3.11 legacy support for Linux OS environments. - π₯ Deprecated python 3.7 legacy support. - π Migrated python version to 3.9 in deploy_docs.yml workflow. - π Temporary fix for AST constructor depth mismatch in pytest on python `3.11.x`, More information: pytest-dev/pytest#10874 - Made temporary fix platform independent. - Extended fix to all Webgear_RTC tests. - βοΈ Increased code coverage. - π Fixed condition logic bug. Maintenance: - β‘οΈ Added GitHub sponsors and dropped liberapay from Funding.yml. Docs: - π Updated minimum python to version `3.8` while installing vidgear. - π¨ Updated API-specific dependencies. - βοΈ Fixed hyperlinks.
- Loading branch information
Showing
12 changed files
with
97 additions
and
48 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ko_fi: abhitronix | ||
liberapay: abhiTronix | ||
github: abhiTronix |
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
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
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
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
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
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
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
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
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
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
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