Skip to content

Commit 8fdedff

Browse files
committed
Add 'Programming Language :: Python :: 3.12' to Classifiers
1 parent d4ff3a2 commit 8fdedff

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

m4/setup_cfg_metadata.m4

+1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ classifiers =
1616
Programming Language :: Python :: 3.9
1717
Programming Language :: Python :: 3.10
1818
Programming Language :: Python :: 3.11
19+
Programming Language :: Python :: 3.12
1920
Programming Language :: Python :: Implementation :: CPython
2021
Topic :: Scientific/Engineering :: Mathematics

pkgs/sage-docbuild/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.9",
1919
"Programming Language :: Python :: 3.10",
2020
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
2122
"Programming Language :: Python :: Implementation :: CPython",
2223
"Topic :: Scientific/Engineering :: Mathematics",
2324
]

pkgs/sage-setup/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.9",
1919
"Programming Language :: Python :: 3.10",
2020
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
2122
"Programming Language :: Python :: Implementation :: CPython",
2223
"Topic :: Scientific/Engineering :: Mathematics",
2324
]

0 commit comments

Comments
 (0)