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 df5100b commit e588fe2Copy full SHA for e588fe2
pyproject.toml
@@ -111,5 +111,5 @@ filterwarnings = [
111
# Remove after support for Python 3.7 is dropped
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",
+ "ignore:.*You are using a Python version \\(3\\.10:FutureWarning",
115
]
0 commit comments