Skip to content

Commit 5138ba5

Browse files
authored
Merge pull request #123 from clbarnes/master
Update CI for python 3.8
2 parents 15e15aa + 59edf94 commit 5138ba5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ matrix:
1313
env: FEATURES=python3
1414
- python: "3.7"
1515
env: FEATURES=python3
16-
- python: "3.8-dev"
16+
- python: "3.8"
1717
env: FEATURES=python3
18-
allow_failures:
19-
- python: "3.8-dev"
2018

2119
env:
2220
global:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you want to use rust-cpython, use version 0.2.1 from crates.io.
2626

2727
## Supported Python version
2828

29-
Currently 3.5, 3.6, 3.7 are supported.
29+
Currently 3.5, 3.6, 3.7, and 3.8 are supported.
3030

3131

3232
## Python2 Support

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ environment:
77
FEATURES: python3
88
- PYTHON: "C:/Python37-x64"
99
FEATURES: python3
10+
- PYTHON: "C:/Python38-x64"
11+
FEATURES: python3
1012

1113
install:
1214
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

0 commit comments

Comments
 (0)