Skip to content

Commit 3ffdea6

Browse files
author
Tamar Lavee
committed
add python 3.12 in setup + copyright 2024
1 parent 90e84fe commit 3ffdea6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
# General information about the project.
3535
project = "SciKit-Learn Laboratory"
36-
copyright = "2012-2023, Educational Testing Service"
36+
copyright = "2012-2024, Educational Testing Service"
3737

3838
# The short X.Y version.
3939
version = __version__
@@ -70,7 +70,7 @@
7070
# The paper size ('letterpaper' or 'a4paper').
7171
"papersize": "letterpaper",
7272
# The font size ('10pt', '11pt' or '12pt').
73-
"pointsize": "12pt"
73+
"pointsize": "12pt",
7474
# Additional stuff for the LaTeX preamble.
7575
#'preamble': '',
7676
}
@@ -112,4 +112,4 @@
112112
epub_title = "SciKit-Learn Laboratory"
113113
epub_author = "Educational Testing Service"
114114
epub_publisher = "Educational Testing Service"
115-
epub_copyright = "2012-2023, Educational Testing Service"
115+
epub_copyright = "2012-2024, Educational Testing Service"

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def requirements():
6161
"Programming Language :: Python :: 3",
6262
"Programming Language :: Python :: 3.10",
6363
"Programming Language :: Python :: 3.11",
64+
"Programming Language :: Python :: 3.12",
6465
],
6566
zip_safe=False,
6667
)

0 commit comments

Comments
 (0)