Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
.readthedocs.yml: bump Python to 3.10
Browse files Browse the repository at this point in the history
Latest docs build failed https://readthedocs.org/projects/squad/builds/23864172/

```
Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/squad/envs/latest/lib/python3.7/site-packages/sphinx/config.py", line 350, in eval_config_file
    exec(code, namespace)
  File "/home/docs/checkouts/readthedocs.org/user_builds/squad/checkouts/latest/doc/conf.py", line 23, in <module>
    from squad.version import __version__
  File "/home/docs/checkouts/readthedocs.org/user_builds/squad/checkouts/latest/squad/__init__.py", line 10, in <module>
    raise e
  File "/home/docs/checkouts/readthedocs.org/user_builds/squad/checkouts/latest/squad/__init__.py", line 7, in <module>
    from .celery import app as celery_app  # noqa
  File "/home/docs/checkouts/readthedocs.org/user_builds/squad/checkouts/latest/squad/celery.py", line 9, in <module>
    from celery import Celery
ImportError: cannot import name 'Celery' from 'celery' (/home/docs/checkouts/readthedocs.org/user_builds/squad/envs/latest/lib/python3.7/site-packages/celery/__init__.py)
```

Which seems like it's a Python issue

Signed-off-by: Charles Oliveira <[email protected]>
  • Loading branch information
chaws committed Mar 25, 2024
1 parent 6a47536 commit 8e55e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.7"
python: "3.10"
sphinx:
configuration: doc/conf.py
formats: all
Expand Down

0 comments on commit 8e55e2c

Please sign in to comment.