Skip to content

Comments

Upgrade .circleci/config.yml#11665

Closed
cclauss wants to merge 3 commits intoreadthedocs:mainfrom
cclauss:upgrade-circleci-config
Closed

Upgrade .circleci/config.yml#11665
cclauss wants to merge 3 commits intoreadthedocs:mainfrom
cclauss:upgrade-circleci-config

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/codecov@3.2.2
-  node: circleci/node@5.1.0
+  codecov: codecov/codecov@5.0.0
+  node: circleci/node@6.3.0

-      - 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
@cclauss cclauss force-pushed the upgrade-circleci-config branch from e40dabe to c7e8a4a Compare October 12, 2024 11:49
@cclauss cclauss force-pushed the upgrade-circleci-config branch from c7e8a4a to 21aad3c Compare October 27, 2024 08:24
@ericholscher
Copy link
Member

Sorry we missed this. It looks like this is conflicting now, and not a huge priority, so going to close this for now. Feel free to open a new one if this is still something that's useful.

@cclauss cclauss deleted the upgrade-circleci-config branch June 18, 2025 16:04
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.

2 participants