Skip to content

Commit 37386c5

Browse files
committed
chore: Increase Yore comment version to avoid false triggers
1 parent 37aaf06 commit 37386c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/guide/contributors/workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ def deprecated_function():
6262
...
6363
```
6464

65-
```python title="Simplify imports when Python 3.9 is EOL"
66-
# YORE: EOL 3.9: Replace block with line 4.
65+
```python title="Simplify imports when Python 3.15 is EOL"
66+
# YORE: EOL 3.15: Replace block with line 4.
6767
try:
6868
import ...
6969
except ImportError:

0 commit comments

Comments
 (0)