Skip to content

Commit 7683c54

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 7683c54

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ matrix:
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
@@ -75,7 +75,7 @@ matrix:
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

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)