Skip to content

Commit 20ef87b

Browse files
authored
Merge pull request #152 from dpath-maintainers/feature/drop-python-2
Add Python >3 constraint
2 parents 4f74355 + 5c34b84 commit 20ef87b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dpath/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.0.2"
1+
VERSION = "2.0.3"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
scripts=[],
2626
packages=["dpath"],
2727
data_files=[],
28+
python_requires=">=3",
2829
classifiers=[
2930
'Development Status :: 5 - Production/Stable',
3031
'Environment :: Console',

0 commit comments

Comments
 (0)