From cf97ef05b78ad25a5b4b715e591f43a52dcac51e Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sun, 8 Dec 2024 12:45:14 +0100 Subject: [PATCH] Update Python documentation (3.13.1) --- 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 bd2c1dc176..9334e91433 100644 --- a/lib/docs/scrapers/python.rb +++ b/lib/docs/scrapers/python.rb @@ -28,7 +28,7 @@ class Python < UrlScraper HTML version '3.13' do - self.release = '3.13.0' + self.release = '3.13.1' self.base_url = "https://docs.python.org/#{self.version}/" html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'