Skip to content

Commit 97b6626

Browse files
committed
Dropped support for Ruby < 3.3
1 parent 2b5532f commit 97b6626

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,11 @@ jobs:
1111
os: ubuntu-24.04
1212
valgrind: true
1313
- ruby: 3.4
14-
os: ubuntu-24.04
15-
- ruby: 3.3
1614
os: macos-26
17-
- ruby: 3.2
18-
os: ubuntu-22.04
19-
- ruby: 3.1
15+
- ruby: 3.3
2016
os: macos-15-intel
2117
steps:
22-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
2319
- uses: ruby/setup-ruby@v1
2420
with:
2521
ruby-version: ${{ matrix.ruby }}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.18.0 (unreleased)
2+
3+
- Dropped support for Ruby < 3.3
4+
15
## 0.17.1 (2026-02-19)
26

37
- Fixed error with Rice 4.11

or-tools.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
spec.require_path = "lib"
1515
spec.extensions = ["ext/or-tools/extconf.rb"]
1616

17-
spec.required_ruby_version = ">= 3.1"
17+
spec.required_ruby_version = ">= 3.3"
1818

1919
spec.add_dependency "rice", ">= 4.8"
2020
end

0 commit comments

Comments
 (0)