Skip to content

Commit d9bb688

Browse files
author
bjmb
committed
Updated C* version in build.yaml and appveyor
1 parent a65ac7d commit d9bb688

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
environment:
22
matrix:
33
- PYTHON: "C:\\Python27-x64"
4-
cassandra_version: 3.10
4+
cassandra_version: 3.11.0
55
ci_type: standard
66
- PYTHON: "C:\\Python34"
7-
cassandra_version: 3.10
7+
cassandra_version: 3.11.0
88
ci_type: unit
99
os: Visual Studio 2015
1010
platform:

build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ cassandra:
7272
- '2.1'
7373
- '2.2'
7474
- '3.0'
75-
- '3.10'
75+
- '3.11'
7676

7777
env:
7878
CYTHON:

0 commit comments

Comments
 (0)