Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit cc716dd

Browse files
Merge pull request #41 from packethost/drop-py33
Drop py33
2 parents d494a2b + c38905c commit cc716dd

5 files changed

Lines changed: 3 additions & 6 deletions

File tree

.drone.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
matrix:
22
PYTHON_VERSION:
33
- 2.7
4-
- 3.3
54
- 3.4
65
- 3.5
76
- 3.6

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ addons:
55
language: python
66
python:
77
- "2.7"
8-
- "3.3"
98
- "3.4"
109
- "3.5"
1110
- "3.6"

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8-
### Added
9-
- `legacy` param to `get_capacity` function
8+
### Removed
9+
- Support for python3.3
1010

1111
## [1.37.1] - 2018-01-08
1212
### Fixed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
'Programming Language :: Python :: 2',
7171
'Programming Language :: Python :: 2.7',
7272
'Programming Language :: Python :: 3',
73-
'Programming Language :: Python :: 3.3',
7473
'Programming Language :: Python :: 3.4',
7574
'Programming Language :: Python :: 3.5',
7675
'Programming Language :: Python :: 3.6',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py33,py34,py35,py36
2+
envlist = py27,py34,py35,py36
33
skip_missing_interpreters=True
44

55
[testenv]

0 commit comments

Comments
 (0)