Skip to content

Commit 6fb6b1d

Browse files
author
Omer Katz
authored
Added support for Python 3.7 & 3.8. (#45)
1 parent 6a2ca1c commit 6fb6b1d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ python:
44
- 3.4
55
- 3.5
66
- 3.6
7+
- 3.7
8+
- 3.8
79
- pypy
810
notifications:
911
email:

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
"Programming Language :: Python :: 3.4",
2929
"Programming Language :: Python :: 3.5",
3030
"Programming Language :: Python :: 3.6",
31+
"Programming Language :: Python :: 3.7",
32+
"Programming Language :: Python :: 3.8",
3133
"Programming Language :: Python :: Implementation :: CPython",
3234
"Programming Language :: Python :: Implementation :: PyPy",
3335
],
@@ -39,4 +41,4 @@
3941
}
4042
},
4143
test_suite="test.test_augeas",
42-
)
44+
)

0 commit comments

Comments
 (0)