Skip to content

Commit d75f9c5

Browse files
committed
Dropping support for Python 3.4
1 parent b45c3d6 commit d75f9c5

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
language: python
88
python:
9-
- "3.4"
109
- "3.5"
1110
- "3.6"
1211
- "3.7"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and the push to production pang continues ..
2525

2626
View the complete changelog [here](https://github.com/animator/titus2/blob/master/CHANGELOG.md).
2727

28-
Titus 2 - Portable Format for Analytics (PFA) implementation for Python 3.4+
28+
Titus 2 - Portable Format for Analytics (PFA) implementation for Python 3.5+
2929
========
3030

3131

@@ -51,7 +51,7 @@ The above packages are available via `pip` and are automatically installed durin
5151

5252
### Installation
5353

54-
Titus requires [Python 3.4+](https://www.python.org/download/) to run.
54+
Titus requires [Python 3.5+](https://www.python.org/download/) to run.
5555
It can be installed via pip/pip3 as follows:
5656
```sh
5757
$ pip install titus2

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
'License :: OSI Approved :: Apache Software License',
6767
'Programming Language :: Python :: 3 :: Only',
6868
'Programming Language :: Python :: 3',
69-
'Programming Language :: Python :: 3.4',
7069
'Programming Language :: Python :: 3.5',
7170
'Programming Language :: Python :: 3.6',
7271
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)