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

Commit 2112aa4

Browse files
committed
ignore warning for 3.11
1 parent e588fe2 commit 2112aa4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,6 @@ filterwarnings = [
112112
"ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning",
113113
# Remove after support for Python 3.10 is dropped
114114
"ignore:.*You are using a Python version \\(3\\.10:FutureWarning",
115+
# Remove after support for Python 3.11 is dropped
116+
"ignore:.*You are using a Python version \\(3\\.11:FutureWarning",
115117
]

0 commit comments

Comments
 (0)