django-db-readonly icon indicating copy to clipboard operation
django-db-readonly copied to clipboard

Compatibility python3.7

Open EralpB opened this issue 6 years ago • 3 comments

Is this library compatible with python3.7? thanks.

EralpB avatar May 20 '19 18:05 EralpB

Hi @EralpB, I haven't tested it myself yet, so I can't speak to the compatibility. If you have any issues, a PR would gladly be taken.

streeter avatar May 28 '19 14:05 streeter

I cant comment on py3.7, but I have the tests running on py3.6 and py3.8 at https://build.opensuse.org/package/show/home:jayvdb:django/python-django-db-readonly

It appears there is only a single test method, so that doesnt prove much, but it is a good start.

jayvdb avatar Sep 16 '20 22:09 jayvdb

It's being tested against Python 3.8.5. The actual content of tests is very minimal right now, as @jayvdb said.

streeter avatar Sep 17 '20 06:09 streeter