Skip to content

Commit 2776655

Browse files
committed
Travis: Add Python 3.7 and 3.8 to supported languages
List supported Python version in README file
1 parent 937680e commit 2776655

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: python
22
python:
3+
- "3.6"
34
- "3.7"
45
- "3.8"
56
install: pip install -r requirements.txt

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# FakeSMTPd
22

33
[![License](https://img.shields.io/pypi/l/FakeSMTPd.svg)](https://pypi.python.org/pypi/FakeSMTPd/)
4+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fakesmtpd)
45
[![GitHub Release](https://img.shields.io/github/release/srittau/fakesmtpd/all.svg)](https://github.com/srittau/FakeSMTPd/releases/)
56
[![pypi Release](https://img.shields.io/pypi/v/FakeSMTPd.svg)](https://pypi.python.org/pypi/FakeSMTPd/)
67
[![Build Status](https://travis-ci.org/srittau/FakeSMTPd.svg?branch=master)](https://travis-ci.org/srittau/FakeSMTPd)

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ def read(fname):
2525
"License :: OSI Approved :: MIT License",
2626
"Programming Language :: Python :: 3",
2727
"Programming Language :: Python :: 3.6",
28+
"Programming Language :: Python :: 3.7",
29+
"Programming Language :: Python :: 3.8",
2830
"Topic :: Communications :: Email :: Mail Transport Agents",
2931
"Topic :: Software Development :: Testing",
3032
],

0 commit comments

Comments
 (0)