synapse/scripts-dev
Devon Hudson eda735e4bb
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>
2024-11-06 19:36:01 +00:00
..
build_debian_packages.py Remove support for python 3.8 (#17908) 2024-11-06 19:36:01 +00:00
check-newsfragment.sh
check_line_terminators.sh
check_locked_deps_have_sdists.py
check_pydantic_models.py import pydantic objects from the `_pydantic_compat` module (#17667) 2024-09-11 21:01:43 +00:00
check_schema_delta.py
complement.sh Support MSC3757: Restricting who can overwrite a state event (#17513) 2024-09-26 15:25:05 +02:00
config-lint.sh
database-save.sh
docker_update_debian_changelog.sh
dump_macaroon.py
federation_client.py
generate_sample_config.sh
lint.sh
make_full_schema.sh
mypy_synapse_plugin.py Bump mypy from 1.10.1 to 1.11.2 (#17842) 2024-10-17 15:05:00 +00:00
next_github_number.sh
release.py Fix release script to check GH token (#17803) 2024-10-10 08:59:01 +00:00
schema_versions.py
sign_json.py