ks-email-parser icon indicating copy to clipboard operation
ks-email-parser copied to clipboard

chore python upgrade

Open b1r3k opened this issue 1 year ago • 0 comments

  • chore: update pyenv python version to 3.11
  • fixes: dependencies broken on python 3.11
  • fixes: flake errors detected on newer version of flake8
  • fixes: test cases after upgrading lxml 4.x
  • chore: upgrade syntax to python 3.11 using pyupgrade
  • chore: replace nose2 with pytest
  • fixes: SetuptoolsDeprecationWarning: Invalid dash-separated options
  • fixes: UserWarning: Unknown distribution option: 'tests_require'
  • fixes: error in ks-email-parser setup command: 'extras_require' must be a dictionary whose values are strings or lists
  • Revert "fixes: UserWarning: Unknown distribution option: 'tests_require'"

fixes #74

b1r3k avatar Oct 08 '24 11:10 b1r3k