Skip to content

Commit 988e9f9

Browse files
Match Travis file Python version to one used in Docker image (#112)
* Match Travis file Python version to one used in Docker image * Set Pipfile to use Python 3.9 and update lock
1 parent 0c558db commit 988e9f9

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
os: linux
22
language: python
33
python:
4-
- "3.8.5"
4+
- "3.9.7" # Matches version in Dockerfiles/Dockerfile.dss
55
dist: bionic
66
group: beta
77

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ ibm-db = "==3.1.1"
3636
detect-secrets = {ref = "0.13.1+ibm.47.dss", git = "https://github.com/ibm/detect-secrets.git"}
3737

3838
[requires]
39-
python_version = "3.8"
39+
python_version = "3.9"

Pipfile.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)