-
Notifications
You must be signed in to change notification settings - Fork 22
[add] Python 3.10 support #232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Maks3w
wants to merge
196
commits into
mercadona:master
Choose a base branch
from
Maks3w:test_minimum_maximum_version
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
Correctly rename command package to `runrele.py`
Publishing speeds decrease dramatically when not blocking
…publishing Non-blocking behaviour when publishing by default Publishing speeds decrease dramatically when not blocking
Remove more pubsy references
- Python 3.5 does not support f-strings
Use travis matrix instead
Configure Travis CI
Code of conduct
Editorconfig to make life easier
Add code owners and PR template
- Allows having multiple Publishers - Single line global publish
Friendlier global publish
Move requirements to directory Move requirements to directory Add linting to travis djangorestframework as a build dependency
- Log pre publish at debug level to not be too noisy
* Automatic topic creation * retry to initialize the subscription * fixed bugs * publisher_client * rename _subscriber_client to _client * Update rele/client.py Co-authored-by: Miquel Torres <[email protected]> Co-authored-by: Miquel Torres <[email protected]>
* Added filter_subs_by in doc * renamed example function
* feat: add support for specifying project id manually * fix: add windows support * docs: add gc_project_id to settings docs * refact: extract stop signal to function
…oad. (mercadona#218) * Add verbose logging middleware * Add VerboseLoggingMiddleware to contrib/__init__.py * Fix linting
* Bump version and update Changelog * Tweak changelog message * Added myself to AUTHORS.md
…ngMiddleware` (mercadona#220) * Do not use the _VerboseMessage for post_publish_failure hook * Add /venv/ to .gitignore * Bump version to 1.4.1
* Add filter expressions to subscriptions
* Prepare version 1.5.0 and fix sub decorator * Fix changelog
…ne or cancelled (mercadona#226) * Auto restart consumers on failure * Handle futures * Simplify test
…ercadona#225) * [Changed] Modify Dockerfile to work when using docker make commands * Added codeowners * Fix emcarrio user * Update .github/CODEOWNERS Co-authored-by: Andrew Graham-Yooll <[email protected]> * update codeowners file * Update .github/CODEOWNERS Co-authored-by: Andrew Graham-Yooll <[email protected]> Co-authored-by: Andrew Graham-Yooll <[email protected]>
* fix(logging): subscription_message type was different After call post_publish_failure `subscription_message` contains a `dict` with the original data sent After call post_process_message_failure `subscription_message` contains a `str` representing the representation of PubSub's Message object Co-authored-by: Jordi Chulia <[email protected]> * CS Co-authored-by: Jordi Chulia <[email protected]>
1ff7dd6 to
97d8a5d
Compare
97d8a5d to
50f641d
Compare
andrewgy8
approved these changes
Oct 24, 2022
.travis.yml
Outdated
| language: python | ||
| python: | ||
| - "3.6" | ||
| - "3.8" |
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This whole matrix of python and django versions could use a nice tox setup 😉
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh! And also Flask!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎩 What?
bionicbecause it's the only one with support for all the Python versions.🤔 Why?
Be sure the library is compatible with the latest/current version of Python (3.10)