Skip to content

Commit

Permalink
setup: add Python 3.10 classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
albertosottile committed Jul 18, 2022
1 parent a97a1b9 commit 9087328
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 @@ -40,7 +40,8 @@ def read(fname):
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
)

setuptools.setup(**setup_args)
setuptools.setup(**setup_args)

0 comments on commit 9087328

Please sign in to comment.