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

Upgrade .circleci/config.yml #11665

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Oct 12, 2024

Perform various upgrades as prompted by the CircleCI extension for VSCode.

Should Node.js be upgraded as the current version is v22.9.0? --> #11667 (review)

-  codecov: codecov/[email protected]
-  node: circleci/[email protected]
+  codecov: codecov/[email protected]
+  node: circleci/[email protected]

-      - run: pip install --user tox
+      - run: pipx install tox

@cclauss cclauss requested a review from a team as a code owner October 12, 2024 11:25
@cclauss cclauss requested a review from stsewd October 12, 2024 11:25
@cclauss
Copy link
Contributor Author

cclauss commented Oct 12, 2024

Not ready for Python 3.12?

    @property
    def backend(self):
        """Current backend instance."""
        try:
>           return self._local.backend
E           AttributeError: '_thread._local' object has no attribute 'backend'

.tox/ext-theme/lib/python3.12/site-packages/celery/app/base.py:1250: AttributeError

@cclauss cclauss changed the title Upgrade .circleci/config.yml and use Python 3.12 Upgrade .circleci/config.yml Oct 12, 2024
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.

1 participant