Skip to content

Commit d67e314

Browse files
kbukum1Copilot
andcommitted
Update uv language_spec deprecated test to use Python 3.9
Match the same change from python/spec in #15058 — deprecated version is now 3.9, not 3.8. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2771bfe commit d67e314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uv/spec/dependabot/uv/language_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
end
2323

2424
context "when detected version is deprecated but not unsupported" do
25-
let(:detected_version) { "3.8.1" }
25+
let(:detected_version) { "3.9.1" }
2626

2727
before do
2828
allow(language).to receive(:unsupported?).and_return(false)

0 commit comments

Comments
 (0)