summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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