crdoconnor / strictyaml

Type-safe YAML parser and validator.
https://hitchdev.com/strictyaml/
MIT License
1.44k stars 60 forks source link

Support python2.7.18 #192

Open renyijiu opened 1 year ago

renyijiu commented 1 year ago

python2.7.18 strictyaml==1.6.2

image

When i test the package with python2.7.18, it raise error when import, so does this package support python2.7.18? if not, should update the setup.py.

hyunlee1o commented 7 months ago

Why would you still support python 2?

crdoconnor commented 7 months ago

yeah, I dropped python 2 support a while back but I think I might have forgotten to update the tags.