Skip to content

Commit

Permalink
Merge pull request #19 from fizyk/py36
Browse files Browse the repository at this point in the history
python 3.6
  • Loading branch information
fizyk committed Dec 23, 2016
2 parents 88cb7ad + 6660224 commit ed1b40a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- '3.3'
- '3.4'
- '3.5'
- '3.6'
- pypy
- pypy3
env:
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ def read(fname):
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules',
],
package_dir={'': 'src'},
Expand Down

0 comments on commit ed1b40a

Please sign in to comment.