Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 93e3779

Browse files
committed
ignore future warning for 3.12
1 parent 0202479 commit 93e3779

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,6 @@ filterwarnings = [
114114
"ignore:.*You are using a.* Python version \\(3\\.10:FutureWarning",
115115
# Remove after support for Python 3.11 is dropped
116116
"ignore:.*You are using a.* Python version \\(3\\.11:FutureWarning",
117+
# Remove after support for Python 3.12 is dropped
118+
"ignore:.*You are using a.* Python version \\(3\\.12:FutureWarning",
117119
]

0 commit comments

Comments
 (0)