Skip to content

Commit ca5e8e0

Browse files
committed
Update supported versions in setup.py
1 parent 6bbdf2c commit ca5e8e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name='jsonpath-ng',
77
version='1.5.3',
88
description=(
9-
'A final implementation of JSONPath for Python that aims to be '
9+
'A final implementation of JSONPath for Python that aims to be '
1010
'standard compliant, including arithmetic and binary comparison '
1111
'operators and providing clear AST for metaprogramming.'
1212
),
@@ -29,11 +29,11 @@
2929
'Development Status :: 5 - Production/Stable',
3030
'Intended Audience :: Developers',
3131
'License :: OSI Approved :: Apache Software License',
32-
'Programming Language :: Python :: 2.7',
3332
'Programming Language :: Python :: 3',
34-
'Programming Language :: Python :: 3.5',
35-
'Programming Language :: Python :: 3.6',
36-
'Programming Language :: Python :: 3.7',
37-
'Programming Language :: Python :: 3.8',
33+
'Programming Language :: Python :: 3.7',
34+
'Programming Language :: Python :: 3.8',
35+
'Programming Language :: Python :: 3.9',
36+
'Programming Language :: Python :: 3.10',
37+
'Programming Language :: Python :: 3.11'
3838
],
3939
)

0 commit comments

Comments
 (0)