Skip to content

Commit 0202479

Browse files
committed
wip
1 parent 2112aa4 commit 0202479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ filterwarnings = [
111111
# Remove after support for Python 3.7 is dropped
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
114-
"ignore:.*You are using a Python version \\(3\\.10:FutureWarning",
114+
"ignore:.*You are using a.* Python version \\(3\\.10:FutureWarning",
115115
# Remove after support for Python 3.11 is dropped
116-
"ignore:.*You are using a Python version \\(3\\.11:FutureWarning",
116+
"ignore:.*You are using a.* Python version \\(3\\.11:FutureWarning",
117117
]

0 commit comments

Comments
 (0)