Skip to content

Commit

Permalink
Merge pull request #382 from pierreluctg/patch-1
Browse files Browse the repository at this point in the history
Set python-requires metadata to >=3.8
  • Loading branch information
brunato committed Jan 9, 2024
2 parents 7212182 + aaf6a97 commit 101d374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'xmlschema-json2xml=xmlschema.cli:json2xml',
]
},
python_requires='>=3.7',
python_requires='>=3.8',
install_requires=['elementpath>=4.1.5, <5.0.0'],
extras_require={
'codegen': ['elementpath>=4.1.5, <5.0.0', 'jinja2'],
Expand Down

0 comments on commit 101d374

Please sign in to comment.