Skip to content

Commit 20c3d3c

Browse files
committed
Drop support for Python 2.7, by using ElementTree we broke it
1 parent 78a80b5 commit 20c3d3c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
sudo: false
22
language: python
33
python:
4-
- "2.7"
54
- "3.4"
65
- "3.5"
76
- "3.6"

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ license = BSD 3-Clause License
1111

1212
[options]
1313
py_modules = mdx_math
14+
python_requires = >=3.4
1415
install_requires = Markdown>=3.0
1516

1617
[options.entry_points]

0 commit comments

Comments
 (0)