Skip to content

Commit 9fcd064

Browse files
committed
Drop Python 3.4 and 3.5 support, they are EOL
And not supported by Python-Markdown anymore.
1 parent 72c5293 commit 9fcd064

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
sudo: false
22
language: python
33
python:
4-
- "3.4"
5-
- "3.5"
64
- "3.6"
75
- "3.7"
86
- "3.8"
9-
- "pypy"
7+
- "pypy3"
108
install: pip install Markdown
119
script: python test.py

setup.cfg

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

1212
[options]
1313
py_modules = mdx_math
14-
python_requires = >=3.4
14+
python_requires = >=3.6
1515
install_requires = Markdown>=3.0
1616

1717
[options.entry_points]

0 commit comments

Comments
 (0)