Skip to content

Commit f5f9905

Browse files
committed
1.0.2: Also test Python 3.8
1 parent 84c1c73 commit f5f9905

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: python
22
python:
33
- '3.6'
4+
- '3.8'
45
script:
56
- pytest
67
deploy:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![GitHub license](https://img.shields.io/github/license/2xB/faultguard.svg)](https://github.com/2xB/faultguard)
55
[![pypi version](https://img.shields.io/pypi/v/faultguard.svg)](https://pypi.org/project/faultguard/)
66

7-
Rescuing data from abrubt process termination in Python.
7+
Rescuing data from abrubt process termination in Python3.
88

99
## Introduction
1010

0 commit comments

Comments
 (0)