Skip to content

Commit ab0c296

Browse files
authoredFeb 28, 2020
Merge pull request #2 from maketested/python-3.7.5
Update Python to 3.7.5
2 parents 0a51f87 + 5032966 commit ab0c296

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎.verchew.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ version = GNU Make
66
[Git]
77

88
cli = git
9-
version = 2.
9+
version = 2
1010

1111
[Python]
1212

1313
cli = python
14-
version = Python 3.6.5
14+
version = Python 3.7.5
1515

1616
[Pipenv]
1717

@@ -27,19 +27,19 @@ version = 0.11.4
2727

2828
cli = java
2929
cli_version_arg = -version
30-
version = version "1.8.
30+
version = 2019
3131

3232
[Leiningen]
3333

3434
cli = lein
35-
version = Leiningen 2.8.
35+
version = Leiningen 2.9
3636

3737
[Firefox]
3838

3939
cli = firefox
40-
version = 55.
40+
version = 55
4141

4242
[geckodriver]
4343

4444
cli = geckodriver
45-
version = 0.19.
45+
version = 0.19

‎Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM circleci/python:3.6.5-stretch-browsers
1+
FROM circleci/python:3.7.5-stretch-browsers
22

33
# Python
44

0 commit comments

Comments
 (0)
Please sign in to comment.