We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2ca1c commit 6fb6b1dCopy full SHA for 6fb6b1d
.travis.yml
@@ -4,6 +4,8 @@ python:
4
- 3.4
5
- 3.5
6
- 3.6
7
+- 3.7
8
+- 3.8
9
- pypy
10
notifications:
11
email:
setup.py
@@ -28,6 +28,8 @@
28
"Programming Language :: Python :: 3.4",
29
"Programming Language :: Python :: 3.5",
30
"Programming Language :: Python :: 3.6",
31
+ "Programming Language :: Python :: 3.7",
32
+ "Programming Language :: Python :: 3.8",
33
"Programming Language :: Python :: Implementation :: CPython",
34
"Programming Language :: Python :: Implementation :: PyPy",
35
],
@@ -39,4 +41,4 @@
39
41
}
40
42
},
43
test_suite="test.test_augeas",
- )
44
+ )
0 commit comments