We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e15aa commit 28dea03Copy full SHA for 28dea03
.travis.yml
@@ -13,10 +13,8 @@ matrix:
13
env: FEATURES=python3
14
- python: "3.7"
15
16
- - python: "3.8-dev"
+ - python: "3.8"
17
18
- allow_failures:
19
20
21
env:
22
global:
appveyor.yml
@@ -7,6 +7,8 @@ environment:
7
FEATURES: python3
8
- PYTHON: "C:/Python37-x64"
9
10
+ - PYTHON: "C:/Python38-x64"
11
+ FEATURES: python3
12
install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
0 commit comments