Skip to content

Commit

Permalink
Merge pull request #41 from xym-tool/einarnn_deprecate_python2
Browse files Browse the repository at this point in the history
Deprecate Python 2.7 Support
  • Loading branch information
einarnn authored Mar 2, 2021
2 parents 39e3ae0 + 14387b1 commit 7a8dc3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
script:
- pip install requests
- python setup.py install
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ def read(fname):
install_requires=install_reqs,
include_package_data=True,
keywords=['yang', 'extraction'],
python_requires='>=3.4',
classifiers=[],
)

0 comments on commit 7a8dc3d

Please sign in to comment.