Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop support for Ruby 3.0, add support for Ruby 3.4 #3273

Open
9 tasks
flavorjones opened this issue Jul 3, 2024 · 0 comments
Open
9 tasks

drop support for Ruby 3.0, add support for Ruby 3.4 #3273

flavorjones opened this issue Jul 3, 2024 · 0 comments
Milestone

Comments

@flavorjones
Copy link
Member

flavorjones commented Jul 3, 2024

Ruby 3.0 was EOL 23 Apr 2024. Nokogiri's policy is to support the current and previous three versions of Ruby, so we won't drop support until Ruby 3.4 is released.

Tagging this for v1.18.0 which will coincide with Ruby 3.4.0 final release in Dec 20242.

This will likely happen in v1.18 release candidates earlier than December.

  • drop 3.0 from cross-rubies and CI and docker.rake
  • add 3.4 to cross-rubies and docker.rake
  • delete 3.0 valgrind suppressions
  • remove windows MSVCRT builds
  • update gemspec required_ruby_version to ">= 3.1.0"
  • update README
  • bump rubocop TargetRubyVersion to "3.1"
  • remove any tests or code relevant only to Ruby 3.0
  • remove unnecessary extconf.rb compile-time checks
@flavorjones flavorjones added this to the v1.18.0 milestone Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant