Skip to content

Commit 8fdedff

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

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

m4/setup_cfg_metadata.m4

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)