Skip to content

Commit

Permalink
Add 'Programming Language :: Python :: 3.12' to Classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Apr 19, 2024
1 parent d4ff3a2 commit 8fdedff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions m4/setup_cfg_metadata.m4
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering :: Mathematics
1 change: 1 addition & 0 deletions pkgs/sage-docbuild/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Scientific/Engineering :: Mathematics",
]
Expand Down
1 change: 1 addition & 0 deletions pkgs/sage-setup/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Scientific/Engineering :: Mathematics",
]
Expand Down

0 comments on commit 8fdedff

Please sign in to comment.