Skip to content

Commit

Permalink
Fixed missing Python 3.7 in supported environments shown on Pypi
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Oct 1, 2019
1 parent 28ec9d0 commit 8049f2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Released: not yet
* Fix issue with mixed old and new formats on click.echo statement.
(See issue #419)

* Fixed missing Python 3.7 in supported environments shown on Pypi.
(See issue #416)

**Enhancements:**

**Known issues:**
Expand All @@ -36,4 +39,3 @@ pywbemtools 0.5.0
Released: 2019-09-29

This is the initial release of pywbemtools.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ classifier =
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7

[files]
packages =
Expand All @@ -60,4 +61,3 @@ universal = 1
warnerrors = true

# flake8 config is in .flake8 file

0 comments on commit 8049f2f

Please sign in to comment.