Skip to content

Commit

Permalink
Add Python 3.7 Trove classifier (python#6206)
Browse files Browse the repository at this point in the history
The only thing we technically don't yet support is that in 3.7,
'async' and 'await' are always keywords.  But this is at best a false
negative.  Similarly, mypy doesn't change its behavior based on the
presence of 'from __future__ import annotations' -- it always
implements the 3.7 behavior for annotations.
  • Loading branch information
gvanrossum authored and msullivan committed Jan 17, 2019
1 parent 44439c4 commit 7300f68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def run(self):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development',
]

Expand Down

0 comments on commit 7300f68

Please sign in to comment.