django-multiselectfield icon indicating copy to clipboard operation
django-multiselectfield copied to clipboard

Update requirements in readme and tests

Open mikemanger opened this issue 1 year ago • 3 comments

A few changes to make it clearer what versions are now supported:

  • Updates README.rst and setup.py to indicate what versions of Python and Django are supported (fixes #159)
  • Brings tox.ini inline with the workflow file
  • Remove deprecated testing requirements from setup.py

mikemanger avatar Jul 26 '24 10:07 mikemanger

Is travis still used? I can try and update that too or might be good to remove the config file if not used anymore.

mikemanger avatar Jul 26 '24 11:07 mikemanger

I don't think Travis is still used, no. Removing that would be nice.

blag avatar Jul 31 '24 23:07 blag

Thanks, I have removed Travis and replaced the badge in the readme file.

mikemanger avatar Aug 01 '24 10:08 mikemanger

Thanks @mikemanger. Add these chaneges in next commit: [85a608c0e2200959f7a4dfc73f8d96427d5d7f4b]

goinnn avatar Jun 10 '25 10:06 goinnn