Skip to content

Commit 50f5693

Browse files
README.md: Remove references to Python 2.7 from README.md (exercism#1704) (exercism#1818)
Co-Authored-By: Corey McCandless <[email protected]>
1 parent 1abde75 commit 50f5693

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ A list of missing exercise can be found here: https://github.com/exercism/python
3030

3131
### Testing
3232

33-
All exercises must be compatible with Python versions 2.7 and 3.4 upwards.
33+
All exercises must be compatible with Python version 3.4 upwards.
3434

35-
To test a single exercise (e.g., with Python 2.7):
35+
To test a single exercise:
3636
```
37-
python2.7 test/check-exercises.py [exercise-name]
37+
python3 test/check-exercises.py [exercise-name]
3838
```
3939

40-
To test all exercises (e.g., with Python 3):
40+
To test all exercises:
4141
```
4242
python3 test/check-exercises.py
4343
```

0 commit comments

Comments
 (0)