Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 96985ee

Browse files
committed
Drop support for 3.2
1 parent 9382470 commit 96985ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22

33
python:
44
- "2.7"
5-
- "3.2"
65
- "3.3"
76
- "3.4"
87
- "3.5"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ You can download and install the latest version of this software from the Python
1010

1111
$ pip install srl
1212

13+
SRL-Python supports Python 2.7/3.3/3.4/3.5/pypy.
14+
1315
## Usage
1416

1517
Class `SRL` takes a Simple Regex Language string as input.

0 commit comments

Comments
 (0)