We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c5293 commit 9fcd064Copy full SHA for 9fcd064
.travis.yml
@@ -1,11 +1,9 @@
1
sudo: false
2
language: python
3
python:
4
- - "3.4"
5
- - "3.5"
6
- "3.6"
7
- "3.7"
8
- "3.8"
9
- - "pypy"
+ - "pypy3"
10
install: pip install Markdown
11
script: python test.py
setup.cfg
@@ -11,7 +11,7 @@ license = BSD 3-Clause License
12
[options]
13
py_modules = mdx_math
14
-python_requires = >=3.4
+python_requires = >=3.6
15
install_requires = Markdown>=3.0
16
17
[options.entry_points]
0 commit comments