Skip to content

Commit 01a65bb

Browse files
committed
Took the hint and updated some versions
1 parent 8474efd commit 01a65bb

4 files changed

Lines changed: 18 additions & 30 deletions

File tree

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
latest versioin of python use
21
language: python
32

43
python:
5-
- 3.2
6-
- 3.3
7-
- 3.4
8-
- 3.5
4+
- 3.9
95

106
script:
117
- PYTHON_VER=`python -c 'import sys; print(sys.version_info[0])'`

Contributor Notes.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
all things you need to update at notes
21
Testing a specific koan
32
===================================
43

54
This will help when adding/modifying koans
65

76
Running a whole test case:
87

9-
$ python contemplate_koans.py about_strings
10-
or
118
$ python3 contemplate_koans.py about_strings
129

1310
Running a single test:
1411

15-
$ python contemplate_koans.py about_strings.AboutStrings.test_triple_quoted_strings_need_less_escaping
12+
$ python3 contemplate_koans.py about_strings.AboutStrings.test_triple_quoted_strings_need_less_escaping

MIT-LICENSE

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
1-
use latest version now is 2020
2-
Copyright (c) 2010-2018 Greg Malcolm and The Status Is Not Quo
1+
Copyright 2021 Greg Malcolm and The Status Is Not Quo
32

4-
Permission is hereby granted, free of charge, to any person
5-
obtaining a copy of this software and associated documentation
6-
files (the "Software"), to deal in the Software without
7-
restriction, including without limitation the rights to use,
8-
copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the
10-
Software is furnished to do so, subject to the following
11-
conditions:
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is furnished
8+
to do so, subject to the following conditions:
129

13-
The above copyright notice and this permission notice shall be
14-
included in all copies or substantial portions of the Software.
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
1512

16-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
18-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
20-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
21-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
23-
OTHER DEALINGS IN THE SOFTWARE.
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19+
SOFTWARE.

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
use the latest one
21
============
32
Python Koans
43
============

0 commit comments

Comments
 (0)