Remove support for python 3.8 (#17908)
### Pull Request Checklist <!-- Please read https://element-hq.github.io/synapse/latest/development/contributing_guide.html before submitting your pull request --> * [X] Pull request is based on the develop branch * [X] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.". - Use markdown where necessary, mostly for `code blocks`. - End with either a period (.) or an exclamation mark (!). - Start with a capital letter. - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. * [X] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters) ) --------- Co-authored-by:Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Showing
- .ci/scripts/calculate_jobs.py 12 additions, 12 deletions.ci/scripts/calculate_jobs.py
- .ci/scripts/prepare_old_deps.sh 1 addition, 1 deletion.ci/scripts/prepare_old_deps.sh
- .github/workflows/latest_deps.yml 2 additions, 2 deletions.github/workflows/latest_deps.yml
- .github/workflows/release-artifacts.yml 2 additions, 2 deletions.github/workflows/release-artifacts.yml
- .github/workflows/tests.yml 5 additions, 5 deletions.github/workflows/tests.yml
- .github/workflows/twisted_trunk.yml 2 additions, 2 deletions.github/workflows/twisted_trunk.yml
- changelog.d/17908.misc 1 addition, 0 deletionschangelog.d/17908.misc
- docs/development/contributing_guide.md 1 addition, 1 deletiondocs/development/contributing_guide.md
- docs/setup/installation.md 1 addition, 1 deletiondocs/setup/installation.md
- docs/upgrade.md 11 additions, 0 deletionsdocs/upgrade.md
- mypy.ini 1 addition, 1 deletionmypy.ini
- poetry.lock 3 additions, 23 deletionspoetry.lock
- pyproject.toml 7 additions, 7 deletionspyproject.toml
- scripts-dev/build_debian_packages.py 2 additions, 3 deletionsscripts-dev/build_debian_packages.py
- synapse/__init__.py 2 additions, 2 deletionssynapse/__init__.py
- synapse/storage/databases/main/room.py 3 additions, 1 deletionsynapse/storage/databases/main/room.py
- synapse/storage/databases/main/state.py 3 additions, 1 deletionsynapse/storage/databases/main/state.py
- tests/handlers/test_federation.py 18 additions, 9 deletionstests/handlers/test_federation.py
- tests/handlers/test_room_member.py 19 additions, 14 deletionstests/handlers/test_room_member.py
- tests/push/test_bulk_push_rule_evaluator.py 5 additions, 3 deletionstests/push/test_bulk_push_rule_evaluator.py
Loading
Please register or sign in to comment