We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a44454 commit 4807488Copy full SHA for 4807488
.github/workflows/build.yml
@@ -13,8 +13,6 @@ jobs:
13
os: ubuntu-20.04
14
- ruby: "3.0"
15
os: macos-latest
16
- - ruby: 2.7
17
- os: ubuntu-20.04
18
steps:
19
- uses: actions/checkout@v3
20
- uses: ruby/setup-ruby@v1
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.11.0 (unreleased)
2
+
3
+- Dropped support for Ruby < 3
4
5
## 0.10.1 (2023-03-20)
6
7
- Added `domain` method to `SatIntVar`
or-tools.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.require_path = "lib"
spec.extensions = ["ext/or-tools/extconf.rb"]
- spec.required_ruby_version = ">= 2.7"
+ spec.required_ruby_version = ">= 3"
spec.add_dependency "rice", ">= 4.1"
end
0 commit comments