Skip to content

Commit

Permalink
add pypy classifier to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Mar 29, 2024
1 parent 858ce52 commit f243246
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Operating System :: POSIX",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS :: MacOS X",
Expand Down

0 comments on commit f243246

Please sign in to comment.