Skip to content

Commit

Permalink
Declare support for Python 3.9 and 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 10, 2021
1 parent 377b2ed commit 7c97d30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hypothesis-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ def local_file(name):
"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 :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Education :: Testing",
Expand Down

0 comments on commit 7c97d30

Please sign in to comment.