Thanks to visit codestin.com Credit goes to github.com
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 2ff4e4f commit 2835607Copy full SHA for 2835607
.travis.yml
@@ -2,8 +2,6 @@ language: python
2
python:
3
- "3.5"
4
- "3.6"
5
- - "3.7"
6
- - "pypy"
7
- "pypy3"
8
install: "pip install -r requirements.txt"
9
script:
setup.py
@@ -22,8 +22,8 @@
22
'Operating System :: Microsoft :: Windows',
23
'Operating System :: Unix',
24
'Operating System :: MacOS',
25
+ 'Programming Language :: Python :: 3.5',
26
'Programming Language :: Python :: 3.6',
- 'Programming Language :: Python :: 3.7',
27
'Programming Language :: Python :: Implementation :: PyPy',
28
]
29
)
0 commit comments