File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33
33
34
34
# General information about the project.
35
35
project = "SciKit-Learn Laboratory"
36
- copyright = "2012-2023 , Educational Testing Service"
36
+ copyright = "2012-2024 , Educational Testing Service"
37
37
38
38
# The short X.Y version.
39
39
version = __version__
70
70
# The paper size ('letterpaper' or 'a4paper').
71
71
"papersize" : "letterpaper" ,
72
72
# The font size ('10pt', '11pt' or '12pt').
73
- "pointsize" : "12pt"
73
+ "pointsize" : "12pt" ,
74
74
# Additional stuff for the LaTeX preamble.
75
75
#'preamble': '',
76
76
}
112
112
epub_title = "SciKit-Learn Laboratory"
113
113
epub_author = "Educational Testing Service"
114
114
epub_publisher = "Educational Testing Service"
115
- epub_copyright = "2012-2023 , Educational Testing Service"
115
+ epub_copyright = "2012-2024 , Educational Testing Service"
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ def requirements():
61
61
"Programming Language :: Python :: 3" ,
62
62
"Programming Language :: Python :: 3.10" ,
63
63
"Programming Language :: Python :: 3.11" ,
64
+ "Programming Language :: Python :: 3.12" ,
64
65
],
65
66
zip_safe = False ,
66
67
)
You can’t perform that action at this time.
0 commit comments