serpapi / nokolexbor

High-performance HTML5 parser for Ruby based on Lexbor, with support for both CSS selectors and XPath.
182 stars 4 forks source link

Add Ruby 3.3 support #11

Closed katafrakt closed 8 months ago

katafrakt commented 8 months ago

Adds support for Ruby 3.3. I was only able to test this on Linux, but generally I don't think there's a lot of breaking changes in 3.3, so it should be good.

Creating this because I see an error in my project:

nokolexbor-0.5.2-x86_64-linux requires ruby version < 3.3.dev, >= 2.6, which is
incompatible with the current version, 3.3.0

not sure if these changes are enough