You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the warning by pinning the `intersphinx_mapping` for Python to 3.13. I did
not dig into why the Python 3.14 changes for typing causes the warning.¹
I had tried to pin to 3.9 which is our minimal supported Python version, but
that led to other warnings:
```
/Users/joverlee/Repos/nextstrain/augur/augur/io/shell_command_runner.py:docstring of augur.io.shell_command_runner.ShellCommandRunner.signal_from_error:1: WARNING: py:class reference target not found: signal.Signals [ref.class]
/Users/joverlee/Repos/nextstrain/augur/augur/types.py:docstring of augur.types.ArgparseEnum:4: WARNING: py:class reference target not found: enum.StrEnum [ref.class]
```
¹ <https://docs.python.org/3.14/whatsnew/3.14.html#typing>
0 commit comments