Change is to == to satisfy python 3.8 SyntaxWarning by mneil · Pull Request #188 · jmespath/jmespath.py

Python 3.8 raises a syntax warning when using is to compare integers or string literals. Fixes #187