lilydjwg / nvchecker

New version checker for software releases
MIT License
425 stars 68 forks source link

tests: bump example and xml2 version #244

Closed moui0 closed 9 months ago

moui0 commented 9 months ago

crateios and cran released new version:

lilydjwg commented 9 months ago

The tests no longer work with newer pytest-asyncio, and I haven't figured out why yet. (And it fails differently than on my local machine.)

yan12125 commented 9 months ago

With some trials and errors, I managed to get tests working for Python >= 3.8 [1]. How about dropping support for Python 3.7 and call it a day?

[1] https://github.com/yan12125/nvchecker/commits/test-ci/

lilydjwg commented 9 months ago

@yan12125 it works, thank you!