Skip to content

Commit c26816e

Browse files
authored
Drop support for Python 3.3 (robotframework#1143)
Fixes robotframework#1141
1 parent 150f2c2 commit c26816e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ matrix:
6262
- ROBOTFRAMEWORK=2.8.7
6363
- ROBOT_OPTIONS=
6464
- INTERPRETER=python2
65-
- python: "3.3"
65+
- python: "3.4"
6666
env:
6767
- BROWSER=chrome
6868
- SELENIUM=2.53.6

0 commit comments

Comments
 (0)