Skip to content

Commit 2cb7f76

Browse files
Upgrade third party dependencies to Python 3.7 & 3.8
Signed-off-by: Abhishek Kumar <abhishek.kasyap09@gmail.com>
2 parents 2daf95e + 79af902 commit 2cb7f76

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ matrix:
22
include:
33
- os: osx
44
env:
5-
- PYTHON="3.6.8"
5+
- PYTHON="3.8"
66
- TEST_SUITE="bin/py.test -vvs --reruns 3 --cov=src --cov-report=term --cov-report=xml -n2 --ignore=tests/scancode"
77
language: generic
88
python:
99
- os: osx
1010
env:
11-
- PYTHON="3.6.8"
11+
- PYTHON="3.8"
1212
- TEST_SUITE="bin/py.test -vvs --reruns 3 tests/scancode"
1313
language: generic
1414
python:
@@ -56,26 +56,26 @@ matrix:
5656
sudo: required
5757
env: TEST_SUITE="bin/py.test -vvs --reruns 3 --cov=src --cov-report=term --cov-report=xml -n2 --ignore=tests/scancode"
5858
language: python
59-
python: "3.6"
59+
python: "3.8"
6060
dist: xenial
6161
- os: linux
6262
sudo: required
6363
env: TEST_SUITE="bin/py.test -vvs --reruns 3 tests/scancode"
6464
language: python
65-
python: "3.6"
65+
python: "3.8"
6666
dist: xenial
6767

6868
- os: linux
6969
sudo: required
7070
env: TEST_SUITE="bin/py.test -vvs --reruns 3 --cov=src --cov-report=term --cov-report=xml -n2 --ignore=tests/scancode"
7171
language: python
72-
python: "3.6"
72+
python: "3.8"
7373
dist: bionic
7474
- os: linux
7575
sudo: required
7676
env: TEST_SUITE="bin/py.test -vvs --reruns 3 tests/scancode"
7777
language: python
78-
python: "3.6"
78+
python: "3.8"
7979
dist: bionic
8080

8181

ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Description
2-
Please leave a brief discription of the bug or feature request:
2+
Please leave a brief description of the bug or feature request:
33
* if reporting a bug, tell us how to reproduce the issue.
44

55
### System configuration

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def read(*names, **kwargs):
170170

171171
# licensedcode
172172
'bitarray >= 0.8.1, < 1.0.0',
173-
'intbitset >= 2.3.0, < 3.0',
173+
'intbitset >= 2.3.1, < 3.0',
174174
'boolean.py >= 3.5, < 4.0',
175175
'license_expression >= 0.99',
176176
'pyahocorasick >= 1.4, < 1.5',

thirdparty/pyahocorasick-1.4.0-cp38-cp38-linux_x86_64.whl renamed to thirdparty/pyahocorasick-1.4.0-cp38-cp38m-linux_x86_64.whl

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)