Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #103 from thehyve/python-upgrade
Browse files Browse the repository at this point in the history
Update python version to >= 3.7.
  • Loading branch information
ewelinagr authored Jan 17, 2022
2 parents 0c5cb62 + ce45460 commit 08b7858
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
language: python
matrix:
include:
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
- python: 3.8
dist: xenial
sudo: true
- python: 3.9
dist: xenial
sudo: true
- python: 3.10.1
dist: focal
sudo: true

install:
- pip install -r requirements/dev_requirements.txt
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ and the input data is in the proper directory (see [input data section](#input-d

2. Install dependencies:

Pipeline requires Python >= 3.6.
Pipeline requires Python >= 3.7.

``` bash
python -m pip install -r requirements/requirements.txt
Expand Down Expand Up @@ -234,8 +234,8 @@ Instructions on how to set up the pipeline on a production environment.

### Dependencies

- Python >= 3.6,
- Package `python3.6-venv` (or higher version, depending on the version of Python) installed,
- Python >= 3.7,
- Package `python3.7-venv` (or higher version, depending on the version of Python) installed,
- Git,
- An SMTP server, listening on port 25.

Expand Down

0 comments on commit 08b7858

Please sign in to comment.