Skip to content

Commit

Permalink
Merge pull request #123 from jorenham/packaging/explicit-python-class…
Browse files Browse the repository at this point in the history
…ifiers

explicit python version pypi classifiers
  • Loading branch information
jorenham authored Oct 21, 2024
2 parents 32dd896 + 7e0902b commit 21acc88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ packages = [{include = "scipy-stubs"}]
classifiers = [
"Development Status :: 4 - Beta",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Typing :: Stubs Only",
"Typing :: Typed",
]
Expand Down

0 comments on commit 21acc88

Please sign in to comment.