Skip to content

Commit

Permalink
Update trove classifiers (#454)
Browse files Browse the repository at this point in the history
Add Python 3.10, change "development status" to "beta".
  • Loading branch information
mdickinson committed Jul 27, 2021
1 parent 32b9a92 commit f18050d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_long_description():
},
packages=find_packages(exclude=["ci"]),
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
Expand All @@ -62,6 +62,7 @@ def get_long_description():
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
entry_points={
"traits_futures.event_loops": [
Expand Down

0 comments on commit f18050d

Please sign in to comment.