Skip to content

Commit

Permalink
go back to using statistics in 3.3 and remove 3.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
genomematt committed Apr 12, 2015
1 parent e77a435 commit f66b531
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "3.2"
- "3.3"
- "3.4"
- "pypy3"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Use cases include xenografts of human cancers in mouse and host pathogen interac

Installation
============
Xenomapper requires python 3.2 or higher and is tested on linux and MacOS with CPython and pypy3. For bam file decoding samtools must be installed.
Xenomapper requires python 3.3 or higher and is tested on linux and MacOS with CPython and pypy3. For bam file decoding samtools must be installed.

Installing from the Python Package Index with pip is the easiest option:

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
try:
import statistics
except ImportError:
install_requires.append('backports.statistics')
install_requires.append('statistics')

setup(
name='XenoMapper',
Expand All @@ -33,7 +33,6 @@
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Operating System :: POSIX',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
Expand Down

0 comments on commit f66b531

Please sign in to comment.