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 bc20e89 commit 981aafbCopy full SHA for 981aafb
.circleci/config.yml
@@ -14,7 +14,7 @@ jobs:
14
15
python3-test:
16
docker:
17
- - image: "python:3.4-stretch"
+ - image: "python:3.5-stretch"
18
steps:
19
- checkout
20
- run: pip install -e .[all] .[test]
@@ -32,7 +32,7 @@ jobs:
32
33
publish:
34
35
36
37
38
- run: ./scripts/circle/pypi.sh
appveyor.yml
@@ -4,8 +4,8 @@ environment:
4
PYTHON_VERSION: "2.7.15"
5
PYTHON_ARCH: "64"
6
7
- - PYTHON: "C:\\Python34"
8
- PYTHON_VERSION: "3.4.9"
+ - PYTHON: "C:\\Python35"
+ PYTHON_VERSION: "3.5.7"
9
10
11
matrix:
0 commit comments