Skip to content

Commit 24588d3

Browse files
authored
Use Python 3.7.6 (#326)
1 parent 75e5820 commit 24588d3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cache: pip
33
python:
44
- 3.6
55
- 3.6-dev
6-
# - 3.7-dev
6+
- 3.7-dev
77
# - nightly
88

99
install:

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ miss-islington
1212

1313
Bot for backporting and merging `CPython <https://github.com/python/cpython/>`_ Pull Requests.
1414

15-
miss-islington requires Python 3.6. Python 3.7 is not yet supported.
16-
15+
miss-islington requires Python 3.6+.
1716

1817
Backporting a PR on CPython
1918
===========================

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.6.9
1+
python-3.7.6

0 commit comments

Comments
 (0)