Skip to content

Commit

Permalink
Drop Python 3.3 support
Browse files Browse the repository at this point in the history
Closes #35
  • Loading branch information
adtac committed Sep 16, 2016
1 parent f5c5dfb commit 2f76455
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
dependencies:
cache_directories:
- ~/.pyenv/versions/3.3.6
- ~/.pyenv/versions/3.4.3
- ~/.pyenv/versions/3.5.1
override:
Expand All @@ -11,4 +10,4 @@ test:
- bash .ci/tests.sh:
parallel: true
- python3 setup.py install:
parallel: true
parallel: true
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
'Operating System :: OS Independent',

'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3 :: Only',
Expand Down

0 comments on commit 2f76455

Please sign in to comment.