Skip to content

Commit

Permalink
Added support for Python 3.7 & 3.8. (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedrow committed Feb 3, 2020
1 parent 6a2ca1c commit 6fb6b1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
- pypy
notifications:
email:
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
Expand All @@ -39,4 +41,4 @@
}
},
test_suite="test.test_augeas",
)
)

0 comments on commit 6fb6b1d

Please sign in to comment.