Skip to content

Commit cff1dd1

Browse files
authored
Remove Ruby 2.7 support (#453)
1 parent 2900f6a commit cff1dd1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- '3.2'
2727
- '3.1'
2828
- '3.0'
29-
- '2.7'
3029
include:
3130
- ruby: '3.3'
3231
coverage: 'true'

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Rdkafka Changelog
22

33
## 0.16.0 (Unreleased)
4+
- **[Breaking]** Retire support for Ruby 2.7.
45
- **[Feature]** Support incremental config describe + alter API.
56
- **[Feature]** Oauthbearer token refresh callback (bruce-szalwinski-he)
67
- **[Feature]** Provide ability to use topic config on a producer for custom behaviors per dispatch.

rdkafka.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
1515
gem.name = 'rdkafka'
1616
gem.require_paths = ['lib']
1717
gem.version = Rdkafka::VERSION
18-
gem.required_ruby_version = '>= 2.7'
18+
gem.required_ruby_version = '>= 3.0'
1919
gem.extensions = %w(ext/Rakefile)
2020
gem.cert_chain = %w[certs/cert_chain.pem]
2121

0 commit comments

Comments
 (0)