Skip to content
Snippets Groups Projects
Commit a32f56da authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

dropped support for Python 3.3 and 3.4

parent 637e518d
No related branches found
No related tags found
No related merge requests found
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:
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment