diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index 46001979..4e35659d 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -699,7 +699,7 @@ credits = [
'https://raw.githubusercontent.com/pygame/pygame/master/LICENSE'
], [
'Python',
- '2001-2021 Python Software Foundation
Python is a trademark of the Python Software Foundation.',
+ '2001-2022 Python Software Foundation
Python is a trademark of the Python Software Foundation.',
'PSFL',
'https://docs.python.org/3/license.html'
], [
diff --git a/lib/docs/scrapers/python.rb b/lib/docs/scrapers/python.rb
index fe104503..c01b96b6 100644
--- a/lib/docs/scrapers/python.rb
+++ b/lib/docs/scrapers/python.rb
@@ -32,12 +32,12 @@ module Docs
library/sunau.html)
options[:attribution] = <<-HTML
- © 2001–2021 Python Software Foundation
+ © 2001–2022 Python Software Foundation
Licensed under the PSF License.
HTML
version '3.10' do
- self.release = '3.10.1'
+ self.release = '3.10.4'
self.base_url = "https://docs.python.org/#{self.version}/"
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'