Skip to content

Commit

Permalink
allow pre-release versions in elixir_version_requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed Jan 2, 2025
1 parent 77f2948 commit a4c55db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/livebook/runtime/attached.ex
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ defmodule Livebook.Runtime.Attached do
# the requirement we enforce.

current = Version.parse!(System.version())
same_minor = "#{current.major}.#{current.minor}.0"
same_minor = "#{current.major}.#{current.minor}.0-dev"

# Make sure Livebook does not enforce a higher patch version
min_version =
Expand Down

0 comments on commit a4c55db

Please sign in to comment.