Skip to content

Commit bead265

Browse files
hugovkjamesls
authored andcommitted
Start with PendingDeprecationWarning
We can then document the deprecation process in docs before starting to deprecate.
1 parent bd0f6fb commit bead265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
warnings.warn('You are using Python {0}, which will no longer be supported in '
1414
'JMESPath 1.0'.format(python_ver),
15-
DeprecationWarning)
15+
PendingDeprecationWarning)
1616

1717

1818
setup(

0 commit comments

Comments
 (0)