Skip to content

Commit d0c27e2

Browse files
Poolitzertsnoam
authored andcommitted
adding 3.8 to travis and appveyor (python-telegram-bot#1543)
Fixes python-telegram-bot#1542
1 parent 3318239 commit d0c27e2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ matrix:
1414
dist: xenial
1515
- python: pypy3.5-5.10.1
1616
dist: xenial
17+
- python: 3.8-dev
18+
dist: xenial
1719
allow_failures:
1820
- python: pypy2.7-5.10.0
1921
- python: pypy3.5-5.10.1

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ environment:
22

33
matrix:
44
# For Python versions available on Appveyor, see
5-
# http://www.appveyor.com/docs/installed-software#python
5+
# https://www.appveyor.com/docs/windows-images-software/#python
66
# The list here is complete (excluding Python 2.6, which
77
# isn't covered by this document) at the time of writing.
88

99
- PYTHON: "C:\\Python27"
1010
- PYTHON: "C:\\Python35"
1111
- PYTHON: "C:\\Python36"
1212
- PYTHON: "C:\\Python37"
13+
# - PYTHON: "C:\\Python38"
1314

1415
branches:
1516
only:

0 commit comments

Comments
 (0)