Skip to content

Commit dc45f0a

Browse files
committedAug 28, 2017
Add a note to explain that this is not python2 compatible.
1 parent b010371 commit dc45f0a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 

‎README.md

+8
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@ it not to auto step and then step through manually using `y$@"`.
100100

101101
Happy hacking!
102102

103+
Dependencies
104+
============
105+
106+
To run this code, you will need `python3.6`, `tox`, and `vim` installed on your
107+
machine. This code hasn't been tested on other versions of python3, but they'll
108+
probably work if you change the pinned version in `tox.ini`. This code is not
109+
python2 compatible.
110+
103111
Contributors
104112
============
105113

‎setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
name='vim-turing-machine',
77
version='1.0.0',
88
classifiers=[
9-
'Programming Language :: Python :: 2',
10-
'Programming Language :: Python :: 2.7',
119
'Programming Language :: Python :: 3',
1210
'Programming Language :: Python :: 3.6',
1311
],

0 commit comments

Comments
 (0)
Please sign in to comment.