We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37aaf06 commit 37386c5Copy full SHA for 37386c5
1 file changed
docs/guide/contributors/workflow.md
@@ -62,8 +62,8 @@ def deprecated_function():
62
...
63
```
64
65
-```python title="Simplify imports when Python 3.9 is EOL"
66
-# YORE: EOL 3.9: Replace block with line 4.
+```python title="Simplify imports when Python 3.15 is EOL"
+# YORE: EOL 3.15: Replace block with line 4.
67
try:
68
import ...
69
except ImportError:
0 commit comments