Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from moggers87/11-supported-python-versions
Browse files Browse the repository at this point in the history
Update supported python versions
  • Loading branch information
moggers87 authored Dec 6, 2019
2 parents 7d2128a + 3216b67 commit 0c42cde
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
lmtpd.egg-info
dist
build
.eggs
15 changes: 5 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@ language: python
dist: xenial
sudo: false

env:
global:
- LMTPD_TEST_POST=9988

python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- pypy2.7-6.0
- pypy3.5-6.0
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "2.7"
- "2.6"

script: "python setup.py test"
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@
'License :: OSI Approved :: Python Software Foundation License',
'Development Status :: 4 - Beta',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'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',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 0c42cde

Please sign in to comment.