ex-aws / ex_aws

A flexible, easy to use set of clients AWS APIs for Elixir
https://hex.pm/packages/ex_aws
MIT License
1.26k stars 521 forks source link

Bump elixir version #959

Closed wkirschbaum closed 11 months ago

wkirschbaum commented 1 year ago

Since Elixir 1.15 is out, 1.10 is not supported anymore. This also allows us to get rid of deprecation warnings.

https://hexdocs.pm/elixir/1.15.0/compatibility-and-deprecations.html

wkirschbaum commented 1 year ago

It might also not be productive to bump the minimum version unless there is an actual reason. The only requirement from my knowledge is using the Req library in another PR, but Finch is fine with 1.7 afaik.

bernardd commented 11 months ago

Ah dang, I totally forgot you'd already done this and I made a bunch of similar changes. Not nearly as thorough as yours, though. Let me get this merged. Thanks!

bernardd commented 11 months ago

Thanks again @wkirschbaum - I've rebased this and merged it in #975