summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2019-12-01 16:08:04 -0800
committerBob Ippolito <bob@redivi.com>2019-12-01 16:08:04 -0800
commitedd28d55fc34666bfcd377e9d93a9f35ee5b428d (patch)
treefd57f9eb79662e88057a3bb6e9839e4115171348
parent04cbc8724e37bae12b39407e81329f923b1c3a82 (diff)
downloadxattr-iteritems-fix-gh-86.tar.gz
Update README and travis test matrixiteritems-fix-gh-86
-rw-r--r--.travis.yml8
-rw-r--r--CHANGES.txt1
2 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 91c2f0c..694268b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,12 @@ cache:
- "$HOME/.pyenv"
matrix:
include:
+ - name: "Ubuntu: 3.8"
+ os: linux
+ python: 3.8
+ - name: "Ubuntu: 3.7"
+ os: linux
+ python: 3.7
- name: "Ubuntu: 3.6"
os: linux
python: 3.6
@@ -25,7 +31,7 @@ matrix:
- name: "OSX: 3.7"
os: osx
language: generic
- env: PYENV_VERSION=3.7.0 BUILD_SDIST=true
+ env: PYENV_VERSION=3.7.4 BUILD_SDIST=true
osx_image: xcode_9.4
- name: "OSX: 3.6"
os: osx
diff --git a/CHANGES.txt b/CHANGES.txt
index 2b50272..3a3e6ce 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,7 @@
Version 0.9.7 released 2019-12-01
* Fix xattr().update() in Python 3
+ https://github.com/xattr/xattr/pull/87
Version 0.9.6 released 2018-07-31