From a32f56daad6c496c81831455d3f0e0f07de048a1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Wed, 23 Oct 2019 09:03:52 +0200
Subject: [PATCH] dropped support for Python 3.3 and 3.4

---
 .travis.yml | 4 ----
 setup.cfg   | 2 --
 2 files changed, 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index dac22d6..fec2046 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,6 @@
 language: python
 python:
  - "2.7"
- - "3.3"
- - "3.4"
  - "3.5"
  - "pypy"
 script:
@@ -15,8 +13,6 @@ after_success:
  - codeclimate-test-reporter
  - bash build.sh
 services: rabbitmq
-notifications:
-   slack: digicort:lbgdFcFmWmHtHKDEMI3FwQK5
 addons:
   apt:
     packages:
diff --git a/setup.cfg b/setup.cfg
index eea9d2d..5846031 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,8 +6,6 @@ license = MIT License
 classifiers = 
     Programming Language :: Python
     Programming Language :: Python :: 2.7
-    Programming Language :: Python :: 3.3
-    Programming Language :: Python :: 3.4
     Programming Language :: Python :: 3.5
     Programming Language :: Python :: Implementation :: CPython
     Programming Language :: Python :: Implementation :: PyPy
-- 
GitLab