Skip to content

Commit

Permalink
Add python 3.12 classifier. (#10381)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jun 4, 2024
1 parent bc7643d commit 9f6608d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python-package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [
"numpy",
Expand Down

0 comments on commit 9f6608d

Please sign in to comment.