Skip to content

Commit 8dfda6c

Browse files
dropping python 3.8 tests
1 parent a3a4ce3 commit 8dfda6c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ matrix:
77
- os: linux
88
sudo: required
99
python: 3.7
10-
- os: linux
11-
sudo: required
12-
python: 3.8
13-
1410

1511
install:
1612
pip install -r requirements.txt

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Currently two separate implementations of the reference files are included in th
2626
`fbc_curation` is a python package which can be included in python applications. In addition a command line tool is provided which allows easy usage outside of python.
2727

2828
## Installation
29-
The `fbc_curation` package can be installed via pip.
29+
The `fbc_curation` package can be installed via pip and is working on python 3.6 and python 3.7
3030
```bash
3131
pip install fbc_curation
3232
```

0 commit comments

Comments
 (0)