Skip to content

Commit

Permalink
Programing languages update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Apr 25, 2022
1 parent afe18a2 commit 3c521c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ def read_file(fname):
classifiers=[
'Framework :: Pytest',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10'
],
entry_points={
'pytest11': [
Expand Down

0 comments on commit 3c521c4

Please sign in to comment.