Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Added "Programming Language :: Python :: 3.12" classifier
  • Loading branch information
iluvcapra authored Nov 7, 2023
1 parent 8ad03e3 commit e35a5aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 = [
"lxml ~= 4.9.2"
Expand Down

0 comments on commit e35a5aa

Please sign in to comment.