Skip to content

Commit

Permalink
Dropped support for Ruby < 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Apr 25, 2024
1 parent 6af97a3 commit 122cd9c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
os: ubuntu-22.04
- ruby: 3.1
os: ubuntu-20.04
- ruby: "3.0"
os: ubuntu-20.04
env:
LIBTORCH_VERSION: 2.3.0
steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Updated LibTorch to 2.3.0
- Added `ELU` and `GELU` classes
- Dropped support for Ruby < 3.1

## 0.15.0 (2024-02-28)

Expand Down
2 changes: 1 addition & 1 deletion torch-rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.require_path = "lib"
spec.extensions = ["ext/torch/extconf.rb"]

spec.required_ruby_version = ">= 3"
spec.required_ruby_version = ">= 3.1"

spec.add_dependency "rice", ">= 4.1.0"
end

0 comments on commit 122cd9c

Please sign in to comment.