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 e588fe2 commit 2112aa4Copy full SHA for 2112aa4
pyproject.toml
@@ -112,4 +112,6 @@ filterwarnings = [
112
"ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning",
113
# Remove after support for Python 3.10 is dropped
114
"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",
117
]
0 commit comments