Skip to content

Commit

Permalink
pyproject: remove python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl authored and inducer committed Jul 5, 2024
1 parent 4be3349 commit 2717a2d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ classifiers = [
"Natural Language :: English",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Scientific/Engineering :: Mathematics",
Expand Down Expand Up @@ -97,8 +92,6 @@ extend-select = [
extend-ignore = [
"C90", # McCabe complexity
"B028", # no explicit stacklevel in warnings
"D102", # missing docstring in method
"D103", # missing docstring in function
"E226", # missing whitespace around arithmetic operator
"E241", # multiple spaces after comma
"E242", # tab after comma
Expand Down

0 comments on commit 2717a2d

Please sign in to comment.