Skip to content

Commit

Permalink
Officially support Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
numirias committed Aug 12, 2018
1 parent ac125df commit 3c3106d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- "3.5"
- "3.6"
- "3.7-dev"
addons:
apt:
packages:
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='qtile-plasma',
packages=['plasma'],
version='1.5.2',
version='1.5.3',
description='A flexible, tree-based layout for Qtile',
author='numirias',
author_email='[email protected]',
Expand All @@ -19,6 +19,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Desktop Environment :: Window Managers',
],
)

0 comments on commit 3c3106d

Please sign in to comment.