Skip to content
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

ci: Change the GitHub Actions trigger #261

Merged
merged 3 commits into from
Dec 3, 2023

Conversation

Mulugruntz
Copy link
Owner

@Mulugruntz Mulugruntz commented Dec 3, 2023

Now, it will run tests for every pull request made to the master branch, as well as when merges are pushed to master.

Also, in this PR, we drop support for Celery 3.
Celery 3 depends on use_2to3 which is no longer supported by any of the latest patch versions of CPython and Pypy, for >= 3.7.

The CI for Celery 3 was not able to run on any Python provided by GitHub Actions. It is time to fully decommission it.

@Mulugruntz Mulugruntz self-assigned this Dec 3, 2023
@Mulugruntz Mulugruntz linked an issue Dec 3, 2023 that may be closed by this pull request
Now, it will run tests for every pull request made to the `master` branch, as well as when merges are pushed to `master`.
Celery 3 depends on `use_2to3` which is no longer supported by any of the latest patch versions of CPython and Pypy, for >= 3.7.

The CI for Celery 3 was not able to run on any Python provided by GitHub Actions. It is time to fully decommission it.
@Mulugruntz Mulugruntz force-pushed the 260-ci-is-not-executed-on-pr-changes branch from cab6826 to 2a40a64 Compare December 3, 2023 11:07
@Mulugruntz Mulugruntz merged commit c916564 into master Dec 3, 2023
17 checks passed
@Mulugruntz Mulugruntz deleted the 260-ci-is-not-executed-on-pr-changes branch December 3, 2023 11:12
WaYdotNET pushed a commit to WaYdotNET/celery-pubsub that referenced this pull request Dec 4, 2023
…ntz#261)

* ci: Change the GitHub Actions trigger

Now, it will run tests for every pull request made to the `master` branch, as well as when merges are pushed to `master`.

* Drop support for Celery 3

Celery 3 depends on `use_2to3` which is no longer supported by any of the latest patch versions of CPython and Pypy, for >= 3.7.

The CI for Celery 3 was not able to run on any Python provided by GitHub Actions. It is time to fully decommission it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI is not executed on PR changes
1 participant