Skip to content

Commit

Permalink
Update pyproject.toml with python support
Browse files Browse the repository at this point in the history
Supports python 3.5-3.11 as well.

See also dilshod#254
  • Loading branch information
boxydog authored Apr 3, 2024
1 parent b45eb09 commit 3165ab3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ classifiers = [
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Office/Business",
"Topic :: Utilities",
]
Expand Down

0 comments on commit 3165ab3

Please sign in to comment.