WojciechMula / pyahocorasick

Python module (C extension and plain python) implementing Aho-Corasick algorithm
BSD 3-Clause "New" or "Revised" License
927 stars 122 forks source link

Run tests on newer Python 3 versions too #120

Closed pombredanne closed 2 years ago

pombredanne commented 4 years ago

The Travis and Appveyor Cis test suites are not running on the most recent versions of Python3. It would be useful to ensure things build and work nicely also on the latest 3.7, 3.8, etc.

WojciechMula commented 4 years ago

That's a good point, thanks.

NicoMaillet commented 3 years ago

Add also 3.9 please :)

WojciechMula commented 3 years ago

Sure. FYI, the latest release was tested entirely on Python 3.9. :)

pombredanne commented 2 years ago

I have also added Python 3.10 in the new CI for 1.4.3 ... closing now.