Skip to content

Commit

Permalink
Merge pull request #24 from citrusleaf/dev
Browse files Browse the repository at this point in the history
Python Client 3.11.0
  • Loading branch information
dwelch-spike authored Sep 22, 2020
2 parents d8d64df + 7815caa commit 7cdeced
Show file tree
Hide file tree
Showing 34 changed files with 1,837 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: aerospike-client-python
dependency:
- url: [email protected]:citrusleaf/aerospike-client-c
dir: client-c
ref: 4.6.10
ref: 4.6.18
- url: [email protected]:citrusleaf/aerospike-lua-core
dir: lua
ref: master
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python
python:
- 2.7
- 3.5
- 3.6
- 3.7
- 3.8
sudo: false
os:
- linux
Expand Down
1 change: 1 addition & 0 deletions .travis/aerospike.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ namespace test {
replication-factor 2
memory-size 1G
default-ttl 30d # 30 days, use 0 to never expire/evict.
nsup-period 10
storage-engine memory
}
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ First clone this repository to get the necessary files.

## Dependencies

The Python client for Aerospike works with Python 2.7, 3.4, 3.5, 3.6, 3.7 running on
The Python client for Aerospike works with Python 2.7, 3.4, 3.5, 3.6, 3.7, 3.8 running on
**64-bit** OS X 10.9+ and Linux.

The client depends on:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Aerospike Python Client
Dependencies
------------

The Python client for Aerospike works with Python 2.7, 3.4, 3.5, 3.6, 3.7 running on
The Python client for Aerospike works with Python 2.7, 3.4, 3.5, 3.6, 3.7, 3.8 running on
**64-bit** OS X 10.9+ and Linux.

NOTE: The following dependencies only apply to installations that build from source
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.0
3.11.0
Loading

0 comments on commit 7cdeced

Please sign in to comment.