From d88f593104c4b0bbd99e6c971b3f4131c2545af0 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Tue, 8 Oct 2024 21:42:30 +0200 Subject: [PATCH] Update Python documentation (3.13.0) --- lib/docs/scrapers/python.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docs/scrapers/python.rb b/lib/docs/scrapers/python.rb index 3ff84bd7..bd2c1dc1 100644 --- a/lib/docs/scrapers/python.rb +++ b/lib/docs/scrapers/python.rb @@ -28,7 +28,7 @@ module Docs HTML version '3.13' do - self.release = '3.13.0rc1' + self.release = '3.13.0' self.base_url = "https://docs.python.org/#{self.version}/" html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'