Skip to content

Commit 1f161ba

Browse files
committed
Update Readme with supported versions.
1 parent 7f22ab9 commit 1f161ba

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,18 @@ Django intl-tel-input
55
[![Code coverage](https://img.shields.io/codecov/c/github/benmurden/django-intl-tel-input.svg)](https://codecov.io/gh/benmurden/django-intl-tel-input)
66

77
A Django form widget for international telephone numbers based on the
8-
jQuery plugin
9-
[intl-tel-input](https://github.com/jackocnr/intl-tel-input).
8+
jQuery plugin [intl-tel-input](https://github.com/jackocnr/intl-tel-input).
109

1110
This package is pre 1.0, so doesn't implement every feature of intl-tel-input. However, it is well tested, and has been stable in production.
1211

1312
## Version support
1413

1514
Tested on the following versions of Python and Django.
1615

17-
| Package | Version support |
18-
| ------- | --------------- |
19-
| Python | 2.7, 3.4, 3.5, 3.6 |
20-
| Django | 1.8, 1.9, 1.10, 1.11 |
16+
| Package | Version support |
17+
| ------- | ----------------------- |
18+
| Python | 2.7, 3.4, 3.5, 3.6, 3.7 |
19+
| Django | 1.11, 2.0, 2.1 |
2120

2221
## Installation
2322

0 commit comments

Comments
 (0)