]> jfr.im git - yt-dlp.git/commit
[core] Fix support for upcoming Python 3.12 (#8130)
authorSimon Sawicki <redacted>
Sun, 17 Sep 2023 10:56:50 +0000 (12:56 +0200)
committerGitHub <redacted>
Sun, 17 Sep 2023 10:56:50 +0000 (12:56 +0200)
commit836e06d246512f286f30c1371b2c54b72c9ecd93
tree1f492da9a5f245b7e96d5a1a45aeb643dd0d1a8d
parent94389b225d9bcf29aa7ba8afaf1bbd7c62204eae
[core] Fix support for upcoming Python 3.12 (#8130)

This also adds the following test runners:
- `3.12-dev` on `ubuntu-latest`
- `3.12-dev` on `windows-latest`
- `pypy-3.10` on `ubuntu-latest`

Authored by: Grub4K
.github/workflows/core.yml
devscripts/update-version.py
yt_dlp/YoutubeDL.py
yt_dlp/extractor/aws.py
yt_dlp/extractor/goplay.py
yt_dlp/extractor/motherless.py
yt_dlp/extractor/panopto.py
yt_dlp/networking/_urllib.py
yt_dlp/networking/exceptions.py
yt_dlp/utils/_utils.py