Skip to content

Commit 75ab28b

Browse files
authored
Merge pull request gregmalcolm#219 from LuRsT/drop-support-for-python-2
Remove python2 support
2 parents f686fd3 + 4b403ae commit 75ab28b

81 files changed

Lines changed: 1 addition & 5552 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22

33
python:
4-
- 2.7
54
- 3.2
65
- 3.3
76
- 3.4

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If you have problems, this may help:
7575
Windows users may also want to update the line in the batch file `run.bat` to
7676
set the python path::
7777

78-
SET PYTHON_PATH=C:\Python27
78+
SET PYTHON_PATH=C:\Python37
7979

8080

8181
Getting Started
@@ -150,7 +150,6 @@ On Windows::
150150
151151
https://github.com/mhammond/pywin32/releases
152152

153-
154153
On Mac OS X::
155154

156155
$ pip install MacFSEvents

python2/_runner_tests.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

python2/contemplate_koans.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

python2/example_file.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

python2/koans.txt

Lines changed: 0 additions & 41 deletions
This file was deleted.

python2/koans/GREEDS_RULES.txt

Lines changed: 0 additions & 66 deletions
This file was deleted.

python2/koans/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

python2/koans/a_normal_folder/a_module.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

python2/koans/a_package_folder/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)