fix: migrate to python 3.11
1 parent ce9571f commit ce52070b65bae9d5012445213d4fca30ff515f29
@Qin Li Qin Li authored on 24 Feb 2023
Showing 38 changed files
View
.github/actions/.gitignore 100644 → 0
View
.github/actions/build/action.yaml 100644 → 0
View
.github/actions/docs/action.yaml 100644 → 0
View
.github/actions/publish/action.yaml 100644 → 0
View
.github/dependabot.yaml
View
.github/sync-repo-settings.yaml 0 → 100644
View
.github/workflows/ci.yaml
View
.github/workflows/gh-pages.yaml 100644 → 0
View
.github/workflows/license.yaml 0 → 100644
View
.github/workflows/update-license-year.yaml 100644 → 0
View
.gitignore
View
.pre-commit-config.yaml
View
CHANGELOG.md
View
README.md
View
config.yaml
View
demo.tape 0 → 100644
View
docs/index.md 120000 → 0
View
entry_point.py 0 → 100644
View
mkdocs.yaml 100644 → 0
View
poetry.lock
Too large (Show diff)
View
pyproject.toml
View
requirements.txt
View
scripts/build.sh 0 → 100644
View
scripts/format.sh 0 → 100644
View
scripts/install.sh
View
scripts/template.sh 100644 → 0
View
thu_learn_downloader/__main__.py
View
thu_learn_downloader/build.py 100644 → 0
View
thu_learn_downloader/constants.py 0 → 100644
View
thu_learn_downloader/downloader.py
View
thu_learn_downloader/helper.py
View
thu_learn_downloader/parser.py
View
thu_learn_downloader/readme.py 100644 → 0
View
thu_learn_downloader/sync.py
View
thu_learn_downloader/types.py 100644 → 0
View
thu_learn_downloader/typing.py 0 → 100644
View
thu_learn_downloader/urls.py
View
thu_learn_downloader/utils.py