Skip to content

Commit 9057b73

Browse files
committed
We have not 3.14 CI yet
1 parent 73d55b5 commit 9057b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attr/_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
else:
2727
from typing import Protocol # noqa: F401
2828

29-
if PY_3_14_PLUS:
29+
if PY_3_14_PLUS: # pragma: no cover
3030
import annotationlib
3131

3232
_get_annotations = annotationlib.get_annotations

0 commit comments

Comments
 (0)