Skip to content

Commit 9fb51cb

Browse files
committed
Update Python documentation (3.14.0)
1 parent 0e42184 commit 9fb51cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/python.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ class Python < UrlScraper
2828
HTML
2929

3030
version '3.14' do
31-
self.release = '3.14.0rc2'
31+
self.release = '3.14.0'
3232
self.base_url = "https://docs.python.org/#{self.version}/"
3333

3434
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
3535
end
3636

3737
version '3.13' do
38-
self.release = '3.13.6'
38+
self.release = '3.13.8'
3939
self.base_url = "https://docs.python.org/#{self.version}/"
4040

4141
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'

0 commit comments

Comments
 (0)