Skip to content

Commit

Permalink
Correct classifiers in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
tantale committed Jan 18, 2021
1 parent 70e951b commit 5776579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def function_three():
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
# 'Programming Language :: Python :: 3.10', # scheduled on 2021-10-04
'Topic :: Software Development :: Libraries :: Python Modules',
],
extras_require={
Expand Down

0 comments on commit 5776579

Please sign in to comment.