From b36a0b51b95ce60b1b150c9223b77bf850e5f190 Mon Sep 17 00:00:00 2001 From: ClasherKasten Date: Wed, 26 Oct 2022 12:49:29 +0200 Subject: [PATCH] Update versions of currently supported python versions --- lib/docs/scrapers/python.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/docs/scrapers/python.rb b/lib/docs/scrapers/python.rb index 275e7379..e3617e90 100644 --- a/lib/docs/scrapers/python.rb +++ b/lib/docs/scrapers/python.rb @@ -22,35 +22,35 @@ module Docs HTML version '3.11' do - self.release = '3.11.0rc2' + self.release = '3.11.0' self.base_url = "https://docs.python.org/#{self.version}/" html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html' end version '3.10' do - self.release = '3.10.7' + self.release = '3.10.8' self.base_url = "https://docs.python.org/#{self.version}/" html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html' end version '3.9' do - self.release = '3.9.4' + self.release = '3.9.14' self.base_url = 'https://docs.python.org/3.9/' html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html' end version '3.8' do - self.release = '3.8.6' + self.release = '3.8.14' self.base_url = 'https://docs.python.org/3.8/' html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html' end version '3.7' do - self.release = '3.7.9' + self.release = '3.7.14' self.base_url = 'https://docs.python.org/3.7/' html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'