Skip to content

Commit

Permalink
Drop official support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Apr 10, 2023
1 parent 264dfee commit 8fab31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ def get_version(filename):
"Topic :: Software Development :: Libraries",
"Topic :: Utilities",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: PyPy",
],
)

0 comments on commit 8fab31a

Please sign in to comment.