Skip to content

Commit

Permalink
Officially support Python 3.5 to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Aug 16, 2020
1 parent 227c60a commit 6e54541
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,6 @@ language: python
cache: pip

python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Expand Up @@ -26,10 +26,10 @@ def fread(fname):
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5'
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3 :: Only',
]
)

0 comments on commit 6e54541

Please sign in to comment.